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.",
81
-
Destination: &cfg.hostDriverVersion,
82
-
},
83
-
&cli.StringFlag{
84
-
Name: "container-spec",
85
-
Hidden: true,
86
-
Category: "testing-only",
87
-
Usage: "Specify the path to the OCI container spec. If empty or '-' the spec will be read from STDIN",
88
-
Destination: &cfg.containerSpec,
75
+
Flags: []cli.Flag{
76
+
&cli.StringFlag{
77
+
Name: "host-driver-version",
78
+
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",
0 commit comments