missing nvidia_drv.so #57
Replies: 3 comments 2 replies
-
Hello @phirestalker thanks for trying out GOW! 👍 I'm glad you read thru the docs before trying it out, unfortunately they are a little bit outdated on the nvidia front. Our Xorg Docker container on startup will try to automatically download the required packages, that matches the host driver versions, using APT (here's the relevant script in case you are interested). The solution in the docs of passing the host drivers using a volume mount is now considered a failover in case APT is not able to match the host driver version. Have you tried running the Xorg docker container? |
Beta Was this translation helpful? Give feedback.
-
Yes, I did try running it. The web interface was not available, so I started checking the docker logs for each container. I found an error about not finding a display. I was going to try and troubleshoot it, but it would not shut down. I tried using down multiple times and finally had to use kill. I should have written down which containers did not want to quit. I figured I would just wait for another release first. I did set nvidia in the env file. |
Beta Was this translation helpful? Give feedback.
-
I found Nvidia_drv.so by extracting it from the nvidia.run binary downloaded from Nvidia. I.E. nvidia.run -x --target /DIR and it will put the library in that /DIR forlder. |
Beta Was this translation helpful? Give feedback.
-
In the documentation it mentions mapping the directory containing nvidia_drv.so to the Xorg container if you have the Nvidia drivers. I do have the Nvidia drivers, but I do not seem to have the nvidia_drv.so file. I am on a server install of Ubuntu 20.04. I did install the server Nvidia drivers. I do not want a graphical environment on my host machine, so I removed the regular drivers as they required X11 packages.
nvidia-smi works fine as does a test container with the Nvidia runtime.
So, how do I get it working without this file, or how do I get this file without any X11 stuff on the host machine?
Beta Was this translation helpful? Give feedback.
All reactions