Skip to content

Instantly share code, notes, and snippets.

@arthurd2
Last active May 22, 2024 03:19
Show Gist options
  • Save arthurd2/618fdf9836365e16e70a6cd4b3f5c43e to your computer and use it in GitHub Desktop.
Save arthurd2/618fdf9836365e16e70a6cd4b3f5c43e to your computer and use it in GitHub Desktop.
#/etc/docker/daemon.json
{
"log-driver": "local",
"log-opts": {"max-size": "10m","max-file": "3"},
"default-runtime": "nvidia",
"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