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 b53a7b2 commit 5bd96ecCopy full SHA for 5bd96ec
dockers/release/Dockerfile
@@ -23,6 +23,7 @@ LABEL maintainer="Lightning-AI <https://github.com/Lightning-AI>"
23
ARG LIGHTNING_VERSION=""
24
25
COPY ./ /home/pytorch-lightning/
26
+SHELL ["/bin/bash", "-c"]
27
28
# install dependencies
29
RUN \
@@ -39,7 +40,7 @@ RUN \
39
40
fi && \
41
# otherwise there is collision with folder name and pkg name on Pypi
42
cd pytorch-lightning && \
- pip install setuptools==75.6.0 && \
43
+ # pip install setuptools==75.6.0 && \
44
pip install -U "lightning-utilities[cli]" && \
45
# drop deepspeed since it is not supported by our minimal Torch requirements \
46
if [[ "$PYTORCH_VERSION" =~ ^(2\.1|2\.2|2\.3|2\.4)$ ]]; then \
0 commit comments