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: "Specify the root where `/dev` is located. If this is not specified, the driver-root is assumed.",
123
127
Destination: &opts.devRoot,
128
+
EnvVars: []string{"NVIDIA_CTK_DEV_ROOT"},
124
129
},
125
130
&cli.StringSliceFlag{
126
131
Name: "device-name-strategy",
127
132
Usage: "Specify the strategy for generating device names. If this is specified multiple times, the devices will be duplicated for each strategy. One of [index | uuid | type-index]",
Usage: "Specify the NVIDIA GPU driver root to use when discovering the entities that should be included in the CDI specification.",
134
140
Destination: &opts.driverRoot,
141
+
EnvVars: []string{"NVIDIA_CTK_DRIVER_ROOT"},
135
142
},
136
143
&cli.StringSliceFlag{
137
144
Name: "library-search-path",
138
145
Usage: "Specify the path to search for libraries when discovering the entities that should be included in the CDI specification.\n\tNote: This option only applies to CSV mode.",
0 commit comments