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 4bc3668 + 6c3de34 commit b715dc8Copy full SHA for b715dc8
cmd/nvidia-ctk/cdi/generate/generate.go
@@ -132,7 +132,6 @@ func (m command) build() *cli.Command {
132
Destination: &opts.mode,
133
Sources: cli.NewValueSourceChain(
134
cli.EnvVar("NVIDIA_CTK_CDI_GENERATE_MODE"),
135
- m.config.ValueFrom("nvidia-container-runtime.mode"),
136
),
137
},
138
&cli.StringFlag{
0 commit comments