Unable to find image 'dustynv/jetson-inference:r36.4.3' locally

Author: AaronSifCreated Feb 14, 2025Updated Dec 21, 2025

I am running Jetpack 6.2. Following the directions in the guide, when I enter docker /run.sh I get the following response rather than the prompt asking what model I want to use. Any advise is appreciated.

ARCH: aarch64 reading L4T version from /etc/nv_tegra_release L4T BSP Version: L4T R36.4.3 [sudo] password for nano1: localuser:root being added to access control list CONTAINER_IMAGE: dustynv/jetson-inference:r36.4.3 DATA_VOLUME: --volume /home/nano1/jetson-inference/data:/jetson-inference/data --volume /home/nano1/jetson-inference/python/training/classification/data:/jetson-inference/python/training/classification/data --volume /home/nano1/jetson-inference/python/training/classification/models:/jetson-inference/python/training/classification/models --volume /home/nano1/jetson-inference/python/training/detection/ssd/data:/jetson-inference/python/training/detection/ssd/data --volume /home/nano1/jetson-inference/python/training/detection/ssd/models:/jetson-inference/python/training/detection/ssd/models --volume /home/nano1/jetson-inference/python/www/recognizer/data:/jetson-inference/python/www/recognizer/data V4L2_DEVICES: --device /dev/video0 DISPLAY_DEVICE: -e DISPLAY=:1 -v /tmp/.X11-unix/:/tmp/.X11-unix Unable to find image 'dustynv/jetson-inference:r36.4.3' locally docker: Error response from daemon: manifest for dustynv/jetson-inference:r36.4.3 not found: manifest unknown: manifest unknown. See 'docker run --help'.

Source: dusty-nv/jetson-inference