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 9d42944 + 89c12c1 commit c68b4beCopy full SHA for c68b4be
cmd/nvidia-ctk/runtime/configure/configure.go
@@ -160,7 +160,7 @@ func (m command) build() *cli.Command {
160
Name: "runtime-config-override",
161
Destination: &config.runtimeConfigOverrideJSON,
162
Usage: "specify additional runtime options as a JSON string. The paths are relative to the runtime config.",
163
- Value: "{}",
+ Value: "",
164
EnvVars: []string{"RUNTIME_CONFIG_OVERRIDE"},
165
},
166
}
0 commit comments