From 2c380be442de312a0f63dc66de88b7f4c1ca6955 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 1 Oct 2024 23:08:54 -0700 Subject: [PATCH] Drop `conda remove` for non-existent env --- linux-anvil-cuda/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-anvil-cuda/Dockerfile b/linux-anvil-cuda/Dockerfile index 582e116..85d6a11 100644 --- a/linux-anvil-cuda/Dockerfile +++ b/linux-anvil-cuda/Dockerfile @@ -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