Skip to content

Commit 8f68dcc

Browse files
committed
Less?
1 parent f2d305d commit 8f68dcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ RUN mamba env update -n base --file pytorch.yml \
1212
&& conda clean -afy \
1313
&& mamba uninstall -y pytorch torchvision \
1414
&& mamba install -y -n base -c conda-forge \
15-
"cudatoolkit=${CUDA_VER%.*}.*" \
16-
"cuda-version=${CUDA_VER%.*}.*" \
1715
pytorch-gpu \
1816
torchvision \
1917
&& conda clean -afy \

0 commit comments

Comments
 (0)