Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Commit 8d73d6c

Browse files
authored
Merge pull request #277 from lappazos/new_lightning_version
New pytorch lightning version
2 parents 795624f + de73540 commit 8d73d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ RUN pip install --no-cache-dir wandb==0.15.3 \
185185
'ipython>=7.31.1' \
186186
'torchmetrics==0.9.1'
187187

188-
RUN pip install pytorch_lightning==2.0.7
188+
RUN pip install pytorch_lightning==2.2.1
189189
# Copy FasterTransformer
190190
#COPY --from=ft_builder /workspace/FasterTransformer FasterTransformer
191191

@@ -204,4 +204,4 @@ ARG NVIDIA_BUILD_ID
204204
ENV NVIDIA_BUILD_ID ${NVIDIA_BUILD_ID:-<unknown>}
205205
LABEL com.nvidia.build.id="${NVIDIA_BUILD_ID}"
206206
ARG NVIDIA_BUILD_REF
207-
LABEL com.nvidia.build.ref="${NVIDIA_BUILD_REF}"
207+
LABEL com.nvidia.build.ref="${NVIDIA_BUILD_REF}"

0 commit comments

Comments
 (0)