We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8936442 commit 0bc3c1fCopy full SHA for 0bc3c1f
gpu/install_gpu_driver.sh
@@ -186,7 +186,7 @@ function set_cuda_version() {
186
case "${DATAPROC_IMAGE_VERSION}" in
187
"2.0" ) DEFAULT_CUDA_VERSION="12.1.1" ;; # Cuda 12.1.1 - Driver v530.30.02 is the latest version supported by Ubuntu 18)
188
"2.1" ) DEFAULT_CUDA_VERSION="12.4.1" ;;
189
- "2.2" ) DEFAULT_CUDA_VERSION="12.6.2" ;;
+ "2.2" ) DEFAULT_CUDA_VERSION="12.6.3" ;;
190
* )
191
echo "unrecognized Dataproc image version: ${DATAPROC_IMAGE_VERSION}"
192
exit 1
0 commit comments