Closed ToeiRei closed 2 months ago
Can you check the contents of /etc/docker/daemon.json
?
cat /etc/docker/daemon.json
There you go.
{
"runtimes": {
"nvidia": {
"args": [],
"path": "nvidia-container-runtime"
}
},
"default-runtime": "nvidia"
}
In my opinion it may be a docker problem in the end. Gonna investigate and probably just ditch my current jetson install and build my own rootfs
I tried to run 'jetson-containers build stable-diffusion-webui' and it errors out stating that it cannot access the GPU.
any ideas?