We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a68c4a commit f2d305dCopy full SHA for f2d305d
Dockerfile
@@ -15,7 +15,7 @@ RUN mamba env update -n base --file pytorch.yml \
15
"cudatoolkit=${CUDA_VER%.*}.*" \
16
"cuda-version=${CUDA_VER%.*}.*" \
17
pytorch-gpu \
18
- torchvision
+ torchvision \
19
&& conda clean -afy \
20
&& rm pytorch.yml
21
0 commit comments