We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f10f6 commit d0e89d0Copy full SHA for d0e89d0
1 file changed
.devcontainer/Dockerfile
@@ -101,7 +101,6 @@ ENV HOME=/home/devuser
101
RUN curl -fLO --retry 3 --retry-delay 5 "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-${OS_TYPE}.sh" \
102
&& bash Miniforge3-Linux-${OS_TYPE}.sh -p /home/devuser/miniconda -b \
103
&& rm Miniforge3-Linux-${OS_TYPE}.sh \
104
- && /home/devuser/miniconda/bin/conda update -y conda \
105
&& /home/devuser/miniconda/bin/conda init \
106
&& /home/devuser/miniconda/bin/conda install -c anaconda -y python=${PY_VER} gdb cuda-gdb \
107
&& /home/devuser/miniconda/bin/conda clean -afy
0 commit comments