Skip to content

Commit

Permalink
clear cache after pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Nov 14, 2023
1 parent 12e3521 commit 073b14a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ RUN pyenv global ${PYTHON_VER} && python -m pip install auditwheel patchelf twin
RUN wget https://github.com/rapidsai/gha-tools/releases/latest/download/tools.tar.gz -O - | tar -xz -C /usr/local/bin

# Install anaconda-client
RUN pip install git+https://github.com/Anaconda-Platform/anaconda-client
RUN pip install git+https://github.com/Anaconda-Platform/anaconda-client && \
pip cache purge

# Install the AWS CLI
RUN mkdir -p /aws_install && cd /aws_install && \
Expand Down

0 comments on commit 073b14a

Please sign in to comment.