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 71a1f5e commit 7c7ab4fCopy full SHA for 7c7ab4f
assets/bin/nvidia-smi
@@ -1,3 +1,8 @@
1
#!/bin/bash
2
3
+# This is a wrapper around /run/nvidia/driver/usr/bin/nvidia-smi binary,
4
+# which is populated by the NVIDIA GPU Operator on OpenShift. The
5
+# binary will not exist unless the NVIDIA GPU Operator on OpenShift is
6
+# installed. The primary use case is to set NVIDIA GPU frequencies and
7
+# power caps via TuneD.
8
chroot /run/nvidia/driver /usr/bin/nvidia-smi "$@"
0 commit comments