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

From Collective Computational Unit
Jump to navigation Jump to search
(Created page with "== Overview == For the impatient: here is an install script which can be run immediately after a fresh installation of Ubuntu 18.04, and which will install all necessary infr...")
 
(Overview)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
For the impatient: here is an install script 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.
+
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.
  
TODO: upload and link to ZIP with the scripts.
+
Download here: [http://merkur229.inf.uni-konstanz.de:5678/nvidia-docker-install-scripts.sh nVidia Docker Install Scripts]
  
Recommendation: if you set up a system the very first time, be patient and follow the step-by-step guide, which will also give some background on what you are doing.
+
== Quick install guide ==
 +
 
 +
* Run install_prerequisites.sh
 +
* Run install_driver.sh
 +
* Reboot
 +
* Run install_docker.sh
 +
* Reboot
 +
* 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.

Revision as of 23:27, 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
  • Reboot
  • 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.