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 host driver version. If the CUDA compat libraries detected in the container do not have a higher MAJOR version, the hook is a no-op.",
79
-
Destination: &cfg.hostDriverVersion,
80
-
},
81
-
&cli.StringFlag{
82
-
Name: "container-spec",
83
-
Hidden: true,
84
-
Category: "testing-only",
85
-
Usage: "Specify the path to the OCI container spec. If empty or '-' the spec will be read from STDIN",
86
-
Destination: &cfg.containerSpec,
73
+
Flags: []cli.Flag{
74
+
&cli.StringFlag{
75
+
Name: "host-driver-version",
76
+
Usage: "Specify the host driver version. If the CUDA compat libraries detected in the container do not have a higher MAJOR version, the hook is a no-op.",
77
+
Destination: &cfg.hostDriverVersion,
78
+
},
79
+
&cli.StringFlag{
80
+
Name: "container-spec",
81
+
Hidden: true,
82
+
Category: "testing-only",
83
+
Usage: "Specify the path to the OCI container spec. If empty or '-' the spec will be read from STDIN",
Usage: "The folder where the required toolkit artifacts can be found. If this is not specified, the path /artifacts/{{ .ToolkitPackageType }} is used where ToolkitPackageType is the resolved package type",
132
-
Destination: &options.sourceRoot,
133
-
Sources: cli.EnvVars("TOOLKIT_SOURCE_ROOT"),
134
-
},
135
-
&cli.StringFlag{
136
-
Name: "toolkit-package-type",
137
-
Usage: "specify the package type to use for the toolkit. One of ['deb', 'rpm', 'auto', '']. If 'auto' or '' are used, the type is inferred automatically.",
138
-
Value: "auto",
139
-
Destination: &options.packageType,
140
-
Sources: cli.EnvVars("TOOLKIT_PACKAGE_TYPE"),
141
-
},
142
-
&cli.StringFlag{
143
-
Name: "pid-file",
144
-
Value: defaultPidFile,
145
-
Usage: "the path to a toolkit.pid file to ensure that only a single configuration instance is running",
Usage: "The folder where the required toolkit artifacts can be found. If this is not specified, the path /artifacts/{{ .ToolkitPackageType }} is used where ToolkitPackageType is the resolved package type",
129
+
Destination: &options.sourceRoot,
130
+
Sources: cli.EnvVars("TOOLKIT_SOURCE_ROOT"),
131
+
},
132
+
&cli.StringFlag{
133
+
Name: "toolkit-package-type",
134
+
Usage: "specify the package type to use for the toolkit. One of ['deb', 'rpm', 'auto', '']. If 'auto' or '' are used, the type is inferred automatically.",
135
+
Value: "auto",
136
+
Destination: &options.packageType,
137
+
Sources: cli.EnvVars("TOOLKIT_PACKAGE_TYPE"),
138
+
},
139
+
&cli.StringFlag{
140
+
Name: "pid-file",
141
+
Value: defaultPidFile,
142
+
Usage: "the path to a toolkit.pid file to ensure that only a single configuration instance is running",
0 commit comments