Add nvidia docker runtime
This commit is contained in:
8
overlay/etc/docker/daemon.json
Normal file
8
overlay/etc/docker/daemon.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"runtimes": {
|
||||
"nvidia": {
|
||||
"path": "/usr/bin/nvidia-container-runtime",
|
||||
"runtimeArgs": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user