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
On Gentoo Linux Nvidia binaries are located at /opt/bin.
Output of nvidia-ctk cdi generate --output=/etc/cdi/nvidia.yaml:
INFO[0005] Selecting /opt/bin/nvidia-smi as /opt/bin/nvidia-smiINFO[0005] Selecting /opt/bin/nvidia-debugdump as /opt/bin/nvidia-debugdumpINFO[0005] Selecting /opt/bin/nvidia-cuda-mps-control as /opt/bin/nvidia-cuda-mps-controlINFO[0005] Selecting /opt/bin/nvidia-cuda-mps-server as /opt/bin/nvidia-cuda-mps-server
Then inside the container one would need to run nvidia-smi as /opt/bin/nvidia-smi unless PATH is updated accordingly. Maybe all the binaries should go into /usr/bin explicitly? I think that would make sense.
The text was updated successfully, but these errors were encountered:
On Gentoo Linux Nvidia binaries are located at
/opt/bin
.Output of
nvidia-ctk cdi generate --output=/etc/cdi/nvidia.yaml
:Then inside the container one would need to run
nvidia-smi
as/opt/bin/nvidia-smi
unlessPATH
is updated accordingly. Maybe all the binaries should go into/usr/bin
explicitly? I think that would make sense.The text was updated successfully, but these errors were encountered: