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
Did you end up doing #222 (comment)?
This might be the culprit since libnvidia-container will attempt to load NVML while the driver is still not mounted.
Not sure what you can do until #222 is fixed.
Maybe LD_PRELOAD instead of LD_LIBRARY_PATH would do it:
Now I've got a show stopper. I basically cannot use enroot with current driver and libnvidia-container*
Ubuntu Server 22.04
Driver Version: 535.113.01
nvidia-container-cli --version
cli-version: 1.14.2
lib-version: 1.14.2
enroot version 3.4.1
Example"
enroot import docker://nvcr.io#nvidia/cuda:12.2.0-runtime-ubuntu22.04
enroot create --name cuda12.2 nvidia+cuda+12.2.0-runtime-ubuntu22.04.sqsh
enroot start cuda12.2 # runs correctly
In the container on first run:
On the host system the libs are already clobbered:
exit
enroot start cuda12.2 # fails
I don't know that this is an enroot issue.?? Should I be reporting this somewhere else?
The text was updated successfully, but these errors were encountered: