Difference between revisions of "Tutorials:Complete install script for a fresh Ubuntu 18.04"

From Collective Computational Unit
Jump to navigation Jump to search
(Overview)
m (Quick install guide)
Line 11: Line 11:
 
* Reboot
 
* Reboot
 
* Run install_docker.sh
 
* Run install_docker.sh
* Reboot
+
* sudo usermod -aG docker $USER
 +
* Relog
 
* Run install_nvidia_docker.sh
 
* Run install_nvidia_docker.sh
  
 
Done with installation, however, check out [[Tutorials:Install the nVidia docker system|part 2]] of the installation guide to setup your access to the nVidia container registry.
 
Done with installation, however, check out [[Tutorials:Install the nVidia docker system|part 2]] of the installation guide to setup your access to the nVidia container registry.

Revision as of 23:45, 18 May 2019

Overview

For the impatient: here are the install scripts which can be run immediately after a fresh installation of Ubuntu 18.04, and which will install all necessary infrastructure to run nVidia Docker containers on the GPU cluster, as well as on the PC it was installed on.

Download here: nVidia Docker Install Scripts

Quick install guide

  • Run install_prerequisites.sh
  • Run install_driver.sh
  • Reboot
  • Run install_docker.sh
  • sudo usermod -aG docker $USER
  • Relog
  • Run install_nvidia_docker.sh

Done with installation, however, check out part 2 of the installation guide to setup your access to the nVidia container registry.