Skip to content

Instantly share code, notes, and snippets.

@ryanolson
Last active June 29, 2020 16:54
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 ryanolson/6120e31914318ba0b64511aff3124e57 to your computer and use it in GitHub Desktop.
Save ryanolson/6120e31914318ba0b64511aff3124e57 to your computer and use it in GitHub Desktop.
/etc/docker/daemon.json
{
"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"],
"runtimes": {
"nvidia": {
"path": "nvidia-container-runtime",
"runtimeArgs": []
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment