I am running jetpack 5.0 on an Xavier AGX, and pulled the latest pytorch container which runs on jetpack 5.0. However, when I launched the container, it warned me that the nvidia driver was not detected, and that I should use the nvidia container toolkit to start the container. I followed instructions to install the toolkit but it seems as if I already have the latest toolkit: nvidia-docker2 is already the newest version (2.10.0-1). My daemon.json in /etc/docker is:
more daemon.json
{
“runtimes”: {
“nvidia”: {
“path”: “nvidia-container-runtime”,
“runtimeArgs”:
}
},
“data-root”: “/media/bruce/lab/docker”
}
Any insight on how to fix this (or that this is a known bug) would be greatly appreciated. Thanks, and thanks for getting Jetpack 5.0 out. When it is all working it is going to be so great to leave 18.04 in our rear view mirror.