Closed scottcs2 closed 2 months ago
Did you try with a simple CUDA container? What's your driver version and GPUs inside the container?
You might want to move this issue to https://github.com/NVIDIA/libnvidia-container since it's specific to GPU support.
The issue is if I specify --root as an enroot argument, then it breaks with NVIDIA MPS. Without --root, the container is able to access the GPUs even with MPS enabled. I will just ensure my users do not specify --root when they launch the enroot containers.
Hi,
I am trying to get Enroot to play nicely with NVIDIA MPS. However, I encounter the following problem when running NVIDIA nemo containers using enroot while MPS control daemon is running.
Steps:
Causes this error to be printed:
If I kill the MPS daemon, then the container works. How do I use MPS and an enroot container simultaneously?
Thanks, Scott