Skip to content

Commit 0bc3c1f

Browse files
committed
2.2 should use 12.6.3 (latest)
1 parent 8936442 commit 0bc3c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpu/install_gpu_driver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function set_cuda_version() {
186186
case "${DATAPROC_IMAGE_VERSION}" in
187187
"2.0" ) DEFAULT_CUDA_VERSION="12.1.1" ;; # Cuda 12.1.1 - Driver v530.30.02 is the latest version supported by Ubuntu 18)
188188
"2.1" ) DEFAULT_CUDA_VERSION="12.4.1" ;;
189-
"2.2" ) DEFAULT_CUDA_VERSION="12.6.2" ;;
189+
"2.2" ) DEFAULT_CUDA_VERSION="12.6.3" ;;
190190
* )
191191
echo "unrecognized Dataproc image version: ${DATAPROC_IMAGE_VERSION}"
192192
exit 1

0 commit comments

Comments
 (0)