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
I found that libnvidia-container will provide two dynamic libraries, libnvidia-container.so and libnvidia-container-go.so. I found that libnvidia-container-go.so provides cgroup-related interfaces and is related to the --no-cgroup parameter. Why compile a separate library with golang?When will --no-cgroup be used? Thanks for your replay.