Skip to content

Commit d0e89d0

Browse files
committed
Removed conda update conda that is breaking.
1 parent b2f10f6 commit d0e89d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ ENV HOME=/home/devuser
101101
RUN curl -fLO --retry 3 --retry-delay 5 "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-${OS_TYPE}.sh" \
102102
&& bash Miniforge3-Linux-${OS_TYPE}.sh -p /home/devuser/miniconda -b \
103103
&& rm Miniforge3-Linux-${OS_TYPE}.sh \
104-
&& /home/devuser/miniconda/bin/conda update -y conda \
105104
&& /home/devuser/miniconda/bin/conda init \
106105
&& /home/devuser/miniconda/bin/conda install -c anaconda -y python=${PY_VER} gdb cuda-gdb \
107106
&& /home/devuser/miniconda/bin/conda clean -afy

0 commit comments

Comments
 (0)