Skip to content

Commit 5495204

Browse files
authored
Pin setuptools in release container (#20488)
1 parent b709985 commit 5495204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/release/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN \
3939
fi && \
4040
# otherwise there is collision with folder name and pkg name on Pypi
4141
cd pytorch-lightning && \
42-
pip install setuptools && \
42+
pip install setuptools==75.6.0 && \
4343
PACKAGE_NAME=lightning pip install '.[extra,loggers,strategies]' --no-cache-dir && \
4444
PACKAGE_NAME=pytorch pip install '.[extra,loggers,strategies]' --no-cache-dir && \
4545
cd .. && \

0 commit comments

Comments
 (0)