Skip to content

Commit

Permalink
Use pytorch with cuda12.4 (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored Nov 4, 2024
1 parent c2d9d1f commit 2c525af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/pytorch-notebook/cuda12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Install PyTorch with pip (https://pytorch.org/get-started/locally/)
# hadolint ignore=DL3013
RUN pip install --no-cache-dir --extra-index-url=https://pypi.nvidia.com --index-url 'https://download.pytorch.org/whl/cu121' \
RUN pip install --no-cache-dir --extra-index-url=https://pypi.nvidia.com --index-url 'https://download.pytorch.org/whl/cu124' \
'torch' \
'torchaudio' \
'torchvision' && \
Expand Down

0 comments on commit 2c525af

Please sign in to comment.