You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: "path to the config file for the target runtime",
119
127
Destination: &config.configFilePath,
120
128
},
129
+
&cli.StringFlag{
130
+
Name: "drop-in-config",
131
+
Usage: "path to the NVIDIA-specific config file to create. When specified, runtime configurations are saved to this file instead of modifying the main config file",
132
+
Value: runtimeSpecificDefault,
133
+
Destination: &config.dropInConfigPath,
134
+
},
121
135
&cli.StringFlag{
122
136
Name: "executable-path",
123
137
Usage: "The path to the runtime executable. This is used to extract the current config",
0 commit comments