Skip to content

Commit 64e6cc8

Browse files
committed
echo
1 parent 5bd96ec commit 64e6cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/release/Dockerfile

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

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

2827
# install dependencies
2928
RUN \
@@ -43,6 +42,7 @@ RUN \
4342
# pip install setuptools==75.6.0 && \
4443
pip install -U "lightning-utilities[cli]" && \
4544
# drop deepspeed since it is not supported by our minimal Torch requirements \
45+
echo "PYTORCH_VERSION is: '$PYTORCH_VERSION'" && \
4646
if [[ "$PYTORCH_VERSION" =~ ^(2\.1|2\.2|2\.3|2\.4)$ ]]; then \
4747
python -m lightning_utilities.cli requirements prune-pkgs --packages deepspeed --req_files requirements/fabric/strategies.txt ; \
4848
python -m lightning_utilities.cli requirements prune-pkgs --packages deepspeed --req_files requirements/pytorch/strategies.txt ; \

0 commit comments

Comments
 (0)