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.
1 parent 4372ea6 commit 075c741Copy full SHA for 075c741
cmd/nvidia-cdi-hook/cudacompat/cudacompat.go
@@ -45,7 +45,9 @@ type command struct {
45
46
type options struct {
47
hostDriverVersion string
48
- containerSpec string
+ // containerSpec allows the path to the container spec to be specified for
49
+ // testing.
50
+ containerSpec string
51
}
52
53
// NewCommand constructs a cuda-compat command with the specified logger
0 commit comments