Skip to content

Instantly share code, notes, and snippets.

@GJSissons
Created January 29, 2019 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GJSissons/9a465e01861317c58898304b7e4397fa to your computer and use it in GitHub Desktop.
Save GJSissons/9a465e01861317c58898304b7e4397fa to your computer and use it in GitHub Desktop.
GridEngine and NVIDIA Docker - figure 8
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.repo | \
sudo tee /etc/yum.repos.d/nvidia-docker.repo
# Install nvidia-docker2 and reload the Docker daemon configuration
sudo yum install -y nvidia-docker2
sudo pkill -SIGHUP dockerd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment