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.
2 parents 456f414 + 4914f37 commit 6519029Copy full SHA for 6519029
cmd/nvidia-validator/main.go
@@ -355,7 +355,7 @@ func main() {
355
Value: defaultDriverInstallDirCtrPath,
356
Usage: "the path where the NVIDIA driver install dir is mounted in the container",
357
Destination: &driverInstallDirCtrPathFlag,
358
- Sources: cli.EnvVars("DISABLE_DEV_CHAR_SYMLINK_CREATION"),
+ Sources: cli.EnvVars("DRIVER_INSTALL_DIR_CTR_PATH"),
359
},
360
}
361
0 commit comments