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
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
I am having problems similar to issue #133 which in my case and as mentioned here are due to the need to have both NVIDIA drivers and the Docker plugin volumes in the same partition (this is not my case).
How can i remove and reinstall the NVIDIA drivers in a specific location? I normally use the command below to install the drivers:
sudo apt-get install nvidia-xxx
This is my output of journalctl -n -u nvidia-docker :
Instead of trying to install the driver to a different location (not a great idea since it's installed through a deb package), you should instead modify the location of the nvidia-docker volumes.
In this case, remove the current NVIDIA driver (purge all the packages). Then install the driver through our .run installers from this page: http://www.nvidia.com/object/unix.html
If you look at the advanced options, you will be able to set the install path.
I am having problems similar to issue #133 which in my case and as mentioned here are due to the need to have both NVIDIA drivers and the Docker plugin volumes in the same partition (this is not my case).
How can i remove and reinstall the NVIDIA drivers in a specific location? I normally use the command below to install the drivers:
This is my output of
journalctl -n -u nvidia-docker
:As seen above
/data/nvidia-docker
is the location of my nvidia-docker volume, and the contents ofsystemctl edit nvidia-docker
are:The text was updated successfully, but these errors were encountered: