Hi, I’m using Jetson nano to follow the instruction right here (https://github.com/dusty-nv/jetson-inference), 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.