Skip to content

Commit 4eed2ab

Browse files
authored
Update tutorials image to CUDA-12.6 (#3427)
We should have update a while back when we've changed the default on PyPI
1 parent d1fc665 commit 4eed2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IMAGE_NAME="$1"
1111
shift
1212

1313
export UBUNTU_VERSION="22.04"
14-
export CUDA_VERSION="12.4.1"
14+
export CUDA_VERSION="12.6.3"
1515

1616
export BASE_IMAGE="nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}"
1717
echo "Building ${IMAGE_NAME} Docker image"

0 commit comments

Comments
 (0)