...
Code Block | ||
---|---|---|
| ||
./NV *tab key to fill in rest* |
Re-installing drivers
- 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)
- 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
Example of looking Docker container ID
Code Block | ||
---|---|---|
| ||
##Use command 'docker ps -a' to list docker IDs
spc@u09292017001:~$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4ddbe2048db6 nvidia/digits "python -m digits" 10 minutes ago Up 10 minutes 0.0.0.0:5000->5000/tcp, 6006/tcp digits-640594574-0
1d070d81dbcb portainer/portainer "/portainer" 11 minutes ago Up 11 minutes 0.0.0.0:9000->9000/tcp portainer-304854449-0
spc@u09292017001:~$
|
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...