WIP...
in the file /etc/docker/daemon.json
add "default-runtime": "nvidia"
:
{
"runtimes": {
"nvidia": {
"path": "nvidia-container-runtime",
"runtimeArgs": []
}
},
"default-runtime": "nvidia"
}
You will then want to restart the Docker service or reboot your system before proceeding.
$ service docker restart
$ ./docker/build.sh