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
When enabling nvidia-persistencd service on the host running nvidia-smi in a container takes much longer (2s vs. 24s) than without.
I did some investigation using strace and it seems like the communication using the unix socket (/var/run/nvidia-persistenced/socket) does not seem to be the issue.
When enabling
nvidia-persistencd
service on the host runningnvidia-smi
in a container takes much longer (2s vs. 24s) than without.I did some investigation using
strace
and it seems like the communication using the unix socket (/var/run/nvidia-persistenced/socket
) does not seem to be the issue.The system is running Docker 24.0.2 and nvidia-container-toolkit 1.17.6.
The text was updated successfully, but these errors were encountered: