Skip to content

Commit 6cbb63a

Browse files
committed
pin setuptools to 59.5.0 in torch build
1 parent 27db167 commit 6cbb63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/torch.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG TORCHVISION_VERSION
1111
RUN test -n "$TORCHVISION_VERSION"
1212

1313
# 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
14+
RUN conda install astunparse numpy ninja pyyaml mkl mkl-include setuptools==59.5.0 cmake cffi typing_extensions future six requests dataclasses
1515

1616
# By default, it uses the version from version.txt which includes the `a0` (alpha zero) suffix and part of the git hash.
1717
# This causes dependency conflicts like these: https://paste.googleplex.com/4786486378496000

0 commit comments

Comments
 (0)