Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Instructions for Ubuntu 14.04

1) Update necessary packages used for Ubuntu

...

Code Block
themeEmacs
./NV *tab key to fill in rest*

Re-installing drivers (Ubuntu 16.x)

  1. Download '.run' driver from NVIDIA site, or use '.run' driver in '/home' folder
  2. Exit GUI and stop all NVIDIA-related services; perform the following commands in text/console mode

    Code Block
    themeEmacs
    ##To stop the GUI, used command:
    systemctl stop lightdm


  3. Run '.run' file as root

Re-installing drivers (If using NVIDIA-docker) (Ubuntu 16.x)

  1. Download '.run' driver from NVIDIA site, or use '.run' driver in '/home' folder
  2. Exit GUI and stop all NVIDIA-related services; perform the following commands in text/console mode

    Code Block
    themeEmacs
    ##To stop the GUI, used command:
    systemctl stop lightdm
    
    ##To stop the docker digits, use:
    docker stop <docker ID>


  3. Run '.run' file as root

...