Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Apr 24, 2024
1 parent bca8605 commit 8c827b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM nvcr.io/nvidia/pytorch:23.10-py3

# Install the torchrun package.
RUN pip install torchrun lightning
RUN pip install lightning

# Copy your training script to use with torchrun.
COPY ./train.py ./

0 comments on commit 8c827b0

Please sign in to comment.