Skip to content
forked from dholt/bootstrap

Simple bootstrap for Linux GPU sandbox

Notifications You must be signed in to change notification settings

mikepcw/bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap

Bootstrap Linux machines with NVIDIA CUDA driver, docker and nvidia-docker2.

Currently supports Ubuntu 16.04 and 18.04.

Adds the current user to the docker group, so sudo docker is not required (must log out and back in to take effect). Sets default runtime for nvidia-docker2 to nvidia, so docker run --runtime=nvidia is not required each time.

Running

curl https://raw.githubusercontent.com/mikepcw/bootstrap/master/bootstrap.sh | bash -

or clone git repo and run:

git clone https://github.com/mikepcw/bootstrap
cd bootstrap/
bash ./bootstrap.sh

About

Simple bootstrap for Linux GPU sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%