Skip to content

Commit

Permalink
Pin setuptools in release container
Browse files Browse the repository at this point in the history
  • Loading branch information
lantiga committed Dec 10, 2024
1 parent b709985 commit 9fafc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN \
fi && \
# otherwise there is collision with folder name and pkg name on Pypi
cd pytorch-lightning && \
pip install setuptools && \
pip install setuptools==75.6.0 && \
PACKAGE_NAME=lightning pip install '.[extra,loggers,strategies]' --no-cache-dir && \
PACKAGE_NAME=pytorch pip install '.[extra,loggers,strategies]' --no-cache-dir && \
cd .. && \
Expand Down

0 comments on commit 9fafc18

Please sign in to comment.