Jetson-reference - cannot initiate docker container

Hi, I’m using Jetson nano to follow the instruction right here (GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.), my Jetson nano is already setup via the SD card image, and here is the JetPack version
nvidia-l4t-core 32.4.4-20201016124427

I was able to run the container last week, but I started to get the following error message today.
Unable to find image ‘nvcr.io/ea-linux4tegra/jetson-inference:r32.4.4’ locally
docker: Error response from daemon: pull access denied for nvcr.io/ea-linux4tegra/jetson-inference, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.
See ‘docker run --help’.

Is there anyone could help point out what’s the possible root causes behind this issue? Thanks.

Hi @lzlallen1980, my guess is that you upgraded your JetPack via apt, and your jetson-inference repo was cloned from before the update. Can you re-clone your jetson-inference repo or pull from master? It was updated to reference the correct container URL for r32.4.4.

Alternatively, you can run it manually like this:

$ cd jetson-inference
$ docker/run.sh -c dustynv/jetson-inference:r32.4.4