Reposting. Fresh install with Jetpack 4.5 ERROR 8th install

8th install attempt
FROM SCRATCH. setup the GUI. booted.
connected SSH to nano,

mkdir -p ~/nvdli-data

echo “sudo docker run --runtime nvidia -it --rm --network host
–volume ~/nvdli-data:/nvdli-nano/data
–device /dev/video0
nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.4.4” > docker_dli_run.sh

chmod +x docker_dli_run.sh

[[[[
o:~$ ./docker_dli_run.sh
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused “process_linux.go:449: container init caused "process_linux.go:432: running prestart hook 0 caused \"error running hook: exit status 1, stdout: , stderr: exec command: [/usr/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig.real --device=all --compute --compat32 --graphics --utility --video --display --pid=9844 /var/lib/docker/overlay2/4b9b160fe9d2630fdea0999ce1759b4235b9950b10c9124086d8adbb2fc25fb8/merged]\\nnvidia-container-cli: mount error: file creation failed: /var/lib/docker/overlay2/4b9b160fe9d2630fdea0999ce1759b4235b9950b10c9124086d8adbb2fc25fb8/merged/usr/lib/aarch64-linux-gnu/libnvidia-fatbinaryloader.so.440.18: file exists\\n\""”: unknown.
]]]]

[[[[
o:~$ sudo ./docker_dli_run.sh
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused “process_linux.go:449: container init caused "process_linux.go:432: running prestart hook 0 caused \"error running hook: exit status 1, stdout: , stderr: exec command: [/usr/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig.real --device=all --compute --compat32 --graphics --utility --video --display --pid=9989 /var/lib/docker/overlay2/14476163dfc9cab125e310ebdb8c1a05b17ddd3979c0f421834180e8d6413a85/merged]\\nnvidia-container-cli: mount error: file creation failed: /var/lib/docker/overlay2/14476163dfc9cab125e310ebdb8c1a05b17ddd3979c0f421834180e8d6413a85/merged/usr/lib/aarch64-linux-gnu/libnvidia-fatbinaryloader.so.440.18: file exists\\n\""”: unknown.
]]]]

so does this fail?

mkdir ~/nvdli-data

sudo docker run --runtime nvidia -it --rm --network host \
    --volume ~/nvdli-data:/nvdli-nano/data \
    --device /dev/video0 \ 
    nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.4.4

booting up again to see. Thank you. i’ll let you know

I’m going to need to do a full reinstall from image again, I trashed the file system swapping library versions around and such, trying to get it to work. So i’ll try tomorrow. and thank you again.

Just flashed and installed; same failure; using example given abot for dli-nano-ai on Jetson 4GB dev kit

i beg you to add more to this docker. its the only one without issues…and please stop with example make it a working container…examples is the lazzy way to do it,if a person cant add or to complicated to add to it…by now u know all this why arent u fixing and adapting to the needs of the people.this is sereous…time is money…

@lifeforce.knowledge the DLI-nano container is meant for the DLI course, we would not add unneeded packages to it that are not used by the DLI course. You can see other containers like the l4t-ml container and others to use. And as indicated in the other thread you posted, you can add your own packages to one of these base containers - please keep discussion about that in the other thread.