For Rocky/Ubuntu GCP images, the GPU driver version in install_gpu_driver.sh is hardcode to 460 as below:
Can it be parameterized, then user can overwrite the GPU driver to a customized version 450/495, just like what Debian do?
# Parameters for NVIDIA-provided Debian GPU driver
readonly DEFAULT_NVIDIA_DEBIAN_GPU_DRIVER_VERSION='460.73.01'
For Rocky/Ubuntu GCP images, the GPU driver version in install_gpu_driver.sh is hardcode to 460 as below:
ubuntu image : https://github.com/GoogleCloudDataproc/initialization-actions/blob/master/gpu/install_gpu_driver.sh#L207
Rocky image : https://github.com/GoogleCloudDataproc/initialization-actions/blob/master/gpu/install_gpu_driver.sh#L212
Can it be parameterized, then user can overwrite the GPU driver to a customized version 450/495, just like what Debian do?