Skip to content

Commit 178a715

Browse files
lengrongfulengrongfu
lengrongfu
authored andcommitted
replace CONTAINER_DRIVER_ROOT to DRIVER_ROOT_CTR_PATH
Signed-off-by: rongfu.leng <[email protected]>
1 parent 32805fe commit 178a715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nvidia-dra-plugin/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func newApp() *cli.App {
105105
Value: "/driver-root",
106106
Usage: "the path where the NVIDIA driver root is mounted in the container; used for generating CDI specifications",
107107
Destination: &flags.containerDriverRoot,
108-
EnvVars: []string{"CONTAINER_DRIVER_ROOT"},
108+
EnvVars: []string{"DRIVER_ROOT_CTR_PATH"},
109109
},
110110
&cli.StringFlag{
111111
Name: "nvidia-ctk-path",

0 commit comments

Comments
 (0)