Skip to content

Commit

Permalink
uprade torch
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions committed Nov 26, 2024
1 parent 831ffea commit 84db238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/deepml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ USER $NB_UID
ENV TF_FORCE_GPU_ALLOW_GROWTH true

# Install PyTorch
RUN pip install \
RUN pip install --upgrade \
torch==2.4.0+cu124 torchvision==0.19.0+cu124 torchaudio==2.4.0+cu124 --index-url https://download.pytorch.org/whl/cu124

# Torch Lightning
Expand Down

0 comments on commit 84db238

Please sign in to comment.