Skip to content

Commit

Permalink
replace CONTAINER_DRIVER_ROOT to DRIVER_ROOT_CTR_PATH
Browse files Browse the repository at this point in the history
Signed-off-by: rongfu.leng <[email protected]>
  • Loading branch information
lengrongfu authored and lengrongfu committed Jan 10, 2025
1 parent 32805fe commit 178a715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nvidia-dra-plugin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func newApp() *cli.App {
Value: "/driver-root",
Usage: "the path where the NVIDIA driver root is mounted in the container; used for generating CDI specifications",
Destination: &flags.containerDriverRoot,
EnvVars: []string{"CONTAINER_DRIVER_ROOT"},
EnvVars: []string{"DRIVER_ROOT_CTR_PATH"},
},
&cli.StringFlag{
Name: "nvidia-ctk-path",
Expand Down

0 comments on commit 178a715

Please sign in to comment.