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 bffd7c2 commit 3f4fd87Copy full SHA for 3f4fd87
packages/torch.Dockerfile
@@ -20,7 +20,7 @@ RUN conda install -c conda-forge mamba
20
21
# Build instructions: https://github.com/pytorch/pytorch#from-source
22
RUN mamba install astunparse numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing_extensions future six requests dataclasses
23
-RUN mamba install -c pytorch magma-cuda122
+RUN mamba install -c pytorch magma-cuda121
24
25
# By default, it uses the version from version.txt which includes the `a0` (alpha zero) suffix and part of the git hash.
26
# This causes dependency conflicts like these: https://paste.googleplex.com/4786486378496000
0 commit comments