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 9d055e7 commit da46b95Copy full SHA for da46b95
cmd/compute-domain-kubelet-plugin/root.go
@@ -34,6 +34,7 @@ func (r root) getDriverLibraryPath() (string, error) {
34
"/lib64",
35
"/lib/x86_64-linux-gnu",
36
"/lib/aarch64-linux-gnu",
37
+ "/usr/lib",
38
}
39
40
libraryPath, err := r.findFile("libnvidia-ml.so.1", librarySearchPaths...)
cmd/gpu-kubelet-plugin/root.go
0 commit comments