We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32805fe commit 178a715Copy full SHA for 178a715
cmd/nvidia-dra-plugin/main.go
@@ -105,7 +105,7 @@ func newApp() *cli.App {
105
Value: "/driver-root",
106
Usage: "the path where the NVIDIA driver root is mounted in the container; used for generating CDI specifications",
107
Destination: &flags.containerDriverRoot,
108
- EnvVars: []string{"CONTAINER_DRIVER_ROOT"},
+ EnvVars: []string{"DRIVER_ROOT_CTR_PATH"},
109
},
110
&cli.StringFlag{
111
Name: "nvidia-ctk-path",
0 commit comments