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 27db167 commit 6cbb63aCopy full SHA for 6cbb63a
packages/torch.Dockerfile
@@ -11,7 +11,7 @@ ARG TORCHVISION_VERSION
11
RUN test -n "$TORCHVISION_VERSION"
12
13
# Build instructions: https://github.com/pytorch/pytorch#from-source
14
-RUN conda install astunparse numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing_extensions future six requests dataclasses
+RUN conda install astunparse numpy ninja pyyaml mkl mkl-include setuptools==59.5.0 cmake cffi typing_extensions future six requests dataclasses
15
16
# By default, it uses the version from version.txt which includes the `a0` (alpha zero) suffix and part of the git hash.
17
# This causes dependency conflicts like these: https://paste.googleplex.com/4786486378496000
0 commit comments