Skip to content

Commit

Permalink
Update torch
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions authored Nov 7, 2024
1 parent 0415b3a commit 0750569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/deepml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ RUN pip install \

# Install PyTorch
RUN pip install \
torch==2.4.0+cu124 torchvision==0.19.0+cu124 torchaudio==2.4.0+cu124 --index-url https://download.pytorch.org/whl/cu124 \
torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu124
#torch==2.4.0+cu124 torchvision==0.19.0+cu124 torchaudio==2.4.0+cu124 --index-url https://download.pytorch.org/whl/cu124 \
#torch==2.0.0+cu117 torchvision==0.15.1+cu117 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu117 \
&& rm -rf /tmp/* $HOME/.cache

Expand Down

0 comments on commit 0750569

Please sign in to comment.