Skip to content

Instantly share code, notes, and snippets.

@ZekunZh
Created May 26, 2023 09: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 ZekunZh/84cc41df085a2f6631b94d316fbf1f62 to your computer and use it in GitHub Desktop.
Save ZekunZh/84cc41df085a2f6631b94d316fbf1f62 to your computer and use it in GitHub Desktop.
Docker daemon.json with support for custom storage location & Nvidia GPU
{
"graph": "/data/docker",
"storage-driver": "overlay2",
"runtimes": {
"nvidia": {
"path": "nvidia-container-runtime",
"runtimeArgs": []
}
},
"features": {
"buildkit": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment