Hi,
I’m having some problems flashing the Jetson AGX Xavier and I really can’t find out why. I already reinstalled Docker and nvidia-container-toolkit. I tried it with the newest SDK-Manager version, aswell as an older version. Can someone maybe help?
Thanks!
I changed daemon.js in etc/docker/
from this:
{
"runtimes": {
"nvidia": {
"path": "nvidia-container-runtime",
"runtimeArgs": []
}
},
"default-runtime": "nvidia"
}
to this:
{
"runtimes": {
"nvidia": {
"path": "/usr/bin/nvidia-container-runtime",
"runtimeArgs": []
}
},
"default-runtime": "runc"
}
Now it’s working!
Glad to know it’s working.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.