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 d5f6324 commit 9f35c44Copy full SHA for 9f35c44
launcher/internal/gpu/config.go
@@ -5,6 +5,6 @@ const (
5
InstallationHostDir = "/var/lib/nvidia"
6
// InstallationContainerDir is the directory where gpu drivers will be available on the workload container.
7
InstallationContainerDir = "/usr/local/nvidia"
8
- // GpuInstallerImageReferenceFile is a filename which has the container image reference of cos_gpu_installer.
+ // GpuInstallerImageRefFilepath is a filename which has the container image reference of cos_gpu_installer.
9
GpuInstallerImageRefFilepath = "/usr/share/oem/confidential_space/cos_gpu_installer_image_reference"
10
)
0 commit comments