We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd2f8e commit 07384d4Copy full SHA for 07384d4
src/cmd/initContainer.go
@@ -478,7 +478,7 @@ func applyCDISpecForNvidia(spec *specs.Spec) error {
478
hook.Args[0] != "nvidia-ctk" ||
479
hook.Args[1] != "hook" ||
480
hook.Args[2] != "update-ldcache" {
481
- logrus.Debugf("Applying Container Device Interface for NVIDIA: unknown hook arguments")
+ logrus.Debug("Applying Container Device Interface for NVIDIA: unknown hook arguments")
482
continue
483
}
484
0 commit comments