Skip to content

Commit

Permalink
Merge pull request #285 from jakirkham/drop_unneeded_conda_remove
Browse files Browse the repository at this point in the history
Drop `conda remove` for non-existent env
  • Loading branch information
xhochy authored Oct 2, 2024
2 parents 7b95859 + 2c380be commit 6a2dceb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linux-anvil-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ RUN source /opt/conda/etc/profile.d/conda.sh && \
conda create -n test --yes --quiet --download-only \
conda-forge::cudatoolkit=${CUDA_VER} \
&& \
conda remove --yes --quiet -n test --all && \
conda clean -tiy && \
chgrp -R lucky /opt/conda && \
chmod -R g=u /opt/conda
Expand Down

0 comments on commit 6a2dceb

Please sign in to comment.