Instructions for Ubuntu 14.04
1) Update necessary packages used for Ubuntu
...
Code Block | ||
---|---|---|
| ||
./NV *tab key to fill in rest* |
Re-installing drivers (Ubuntu 16.x)
- Download '.run' driver from NVIDIA site, or use '.run' driver in '/home' folder
Exit GUI and stop all NVIDIA-related services; perform the following commands in text/console mode
Code Block theme Emacs ##To stop the GUI, used command: systemctl stop lightdm
- Run '.run' file as root
Re-installing drivers (If using NVIDIA-docker) (Ubuntu 16.x)
- Download '.run' driver from NVIDIA site, or use '.run' driver in '/home' folder
Exit GUI and stop all NVIDIA-related services; perform the following commands in text/console mode
Code Block theme Emacs ##To stop the GUI, used command: systemctl stop lightdm ##To stop the docker digits, use: docker stop <docker ID>
- Run '.run' file as root
...