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 7f156b3 commit 5c989e4Copy full SHA for 5c989e4
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 t${CUDA_MAJOR_VERSION}${CUDA_MINOR_VERSION}
+RUN mamba install -c pytorch magma-cuda${CUDA_MAJOR_VERSION}${CUDA_MINOR_VERSION}
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