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 309acdd commit e1518c7Copy full SHA for e1518c7
Dockerfile
@@ -10,6 +10,12 @@ WORKDIR /home
10
COPY pytorch.yml pytorch.yml
11
RUN mamba env update -n base --file pytorch.yml \
12
&& conda clean -afy \
13
+ && mamba uninstall -y pytorch torchvision \
14
+ && mamba install -y -n base -c conda-forge \
15
+ "cuda-version=${CUDA_VER%.*}.*" \
16
+ pytorch-gpu \
17
+ torchvision \
18
+ && conda clean -afy \
19
&& rm pytorch.yml
20
21
0 commit comments