Skip to content

Commit 5bd96ec

Browse files
committed
bash
1 parent b53a7b2 commit 5bd96ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockers/release/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ LABEL maintainer="Lightning-AI <https://github.com/Lightning-AI>"
2323
ARG LIGHTNING_VERSION=""
2424

2525
COPY ./ /home/pytorch-lightning/
26+
SHELL ["/bin/bash", "-c"]
2627

2728
# install dependencies
2829
RUN \
@@ -39,7 +40,7 @@ RUN \
3940
fi && \
4041
# otherwise there is collision with folder name and pkg name on Pypi
4142
cd pytorch-lightning && \
42-
pip install setuptools==75.6.0 && \
43+
# pip install setuptools==75.6.0 && \
4344
pip install -U "lightning-utilities[cli]" && \
4445
# drop deepspeed since it is not supported by our minimal Torch requirements \
4546
if [[ "$PYTORCH_VERSION" =~ ^(2\.1|2\.2|2\.3|2\.4)$ ]]; then \

0 commit comments

Comments
 (0)