Skip to content

Commit 2c525af

Browse files
authored
Use pytorch with cuda12.4 (#2168)
1 parent c2d9d1f commit 2c525af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/pytorch-notebook/cuda12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1313

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

0 commit comments

Comments
 (0)