-
Notifications
You must be signed in to change notification settings - Fork 2k
Error: Could not load NVML library #74
Comments
Can you provide the output of
|
The output is strictly empty. |
That's the problem then :) NVML is not in your ldcache. If your package installed the appropriate conf file in
Otherwise either create it: sudo tee /etc/ld.so.conf.d/nvidia-ml.conf <<< /usr/lib64/nvidia
sudo ldconfig or set export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/nvidia |
Ah ! So it turns out I was missing a "devel" rpm ("xorg-x11-drv-nvidia-devel"). (Perhaps this is a packaging bug, as I believe that ldconfig entry is needed not just for development.) With that fixed I now get a different error: When running nvidia-docker-plugin | 2016/04/14 19:50:49 Error: nvml: Not Supported Is this a version mismatch somewhere ? docker: Error response from daemon: create nvidia_driver_358.16: create nvidia_driver_358.16: Error looking up volume plugin nvidia-docker: plugin not found. Thanks for your help, |
Great, that works ! |
I'm trying to run
nvidia-docker
on my Fedora 23 laptop.Both,
nvidia-docker
as well asnvidia-docker-plugin
abort withError: Could not load NVML library
(I do have /usr/lib64/nvidia/libnvidia-ml.so which is part of the xorg-x11-drv-nvidia-cuda-358.16-2.fc23.x86_64 package)
Any idea what I'm missing ?
The text was updated successfully, but these errors were encountered: