We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b709985 commit 5495204Copy full SHA for 5495204
dockers/release/Dockerfile
@@ -39,7 +39,7 @@ RUN \
39
fi && \
40
# otherwise there is collision with folder name and pkg name on Pypi
41
cd pytorch-lightning && \
42
- pip install setuptools && \
+ pip install setuptools==75.6.0 && \
43
PACKAGE_NAME=lightning pip install '.[extra,loggers,strategies]' --no-cache-dir && \
44
PACKAGE_NAME=pytorch pip install '.[extra,loggers,strategies]' --no-cache-dir && \
45
cd .. && \
0 commit comments