Skip to content

Commit 99bd3f8

Browse files
authored
Upgrade CUDA version used in PyTorch cuda12-variant to 12.6 (#2291)
1 parent 1dbce17 commit 99bd3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/cu124' \
16+
RUN pip install --no-cache-dir --extra-index-url=https://pypi.nvidia.com --index-url 'https://download.pytorch.org/whl/cu126' \
1717
'torch' \
1818
'torchaudio' \
1919
'torchvision' && \

0 commit comments

Comments
 (0)