Module: Google::Cloud::Container::V1::GPUDriverInstallationConfig::GPUDriverVersion
- Defined in:
 - proto_docs/google/container/v1/cluster_service.rb
 
Overview
The GPU driver version to install.
Constant Summary collapse
- GPU_DRIVER_VERSION_UNSPECIFIED =
          
Default value is to not install any GPU driver.
 0- INSTALLATION_DISABLED =
          
Disable GPU driver auto installation and needs manual installation
 1- DEFAULT =
          
"Default" GPU driver in COS and Ubuntu.
 2- LATEST =
          
"Latest" GPU driver in COS.
 3