Running docker_dli_run.sh gives OCI runtime create failed

Hello, I am taking the Getting Started with AI Jetson Nano course with the Deep Learning Institute and I was running the container to access the jupyter notebook, but I’ve run into an issue where I get the following error:

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=7307 /var/lib/docker/overlay2/52a727b707af178aa09dbd2097a9ca919ad1b6a2e66af179ded67188c763008d/merged]\\nnvidia-container-cli: mount error: file creation failed: /var/lib/docker/overlay2/52a727b707af178aa09dbd2097a9ca919ad1b6a2e66af179ded67188c763008d/merged/usr/lib/aarch64-linux-gnu/libnvidia-fatbinaryloader.so.440.18: file exists\\n\""”: unknown.

I’ve followed the given steps in this video ( this particular part is 5:45-9:00) .
I’ve also checked my swap which appears to be around 5GB(I understand that reduces accuracy, but it shouldn’t be causing this issue right?)

I am using JetPack 4.5.1. The only thing I’ve done differently is use a CSI camera rather than a webcam and have 5GB swap on my Jetson Nano 2GB rather than have a 4GB swap. It also appears the course used a Nano 4GB. Could this difference be causing the issue?

Hi @siftikh1, are you using this version of the container?

nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.5.0

This should be the version for JetPack 4.5 / 4.5.1.

Hi thank you so much, I can now access the container and the jupyter notebook!