Docker: Error response from daemon: manifest for dustynv/jetson-inference:r36.4.2 not found: manifest unknown:

docker/run.sh
ARCH: aarch64
reading L4T version from /etc/nv_tegra_release
L4T BSP Version: L4T R36.4.2
localuser:root being added to access control list
CONTAINER_IMAGE: dustynv/jetson-inference:r36.4.2
DATA_VOLUME: --volume /ssd/jetson-inference/data:/jetson-inference/data --volume /ssd/jetson-inference/python/training/classification/data:/jetson-inference/python/training/classification/data --volume /ssd/jetson-inference/python/training/classification/models:/jetson-inference/python/training/classification/models --volume /ssd/jetson-inference/python/training/detection/ssd/data:/jetson-inference/python/training/detection/ssd/data --volume /ssd/jetson-inference/python/training/detection/ssd/models:/jetson-inference/python/training/detection/ssd/models --volume /ssd/jetson-inference/python/www/recognizer/data:/jetson-inference/python/www/recognizer/data
DISPLAY_DEVICE: -e DISPLAY=:0 -v /tmp/.X11-unix/:/tmp/.X11-unix
Unable to find image ‘dustynv/jetson-inference:r36.4.2’ locally
docker: Error response from daemon: manifest for dustynv/jetson-inference:r36.4.2 not found: manifest unknown: manifest unknown.
See ‘docker run --help’.

How do i fix this issue ?

cheers,
mohit

Hi @carr4492 ,
I just see my original question in your post. Did you respond with a potential solution ?

cheers,
mohit

Hi,
There is no this docker for r36.4.2. We will check this and update.

When can we expect this issue is resolved? Thank you.

Hi. I have the same issue only it says r36.4.3 Any clue how to fix this?

vkcatfish@vkcatfish-desktop:~/jetson-inference$ docker/run.sh
ARCH: aarch64
reading L4T version from /etc/nv_tegra_release
L4T BSP Version: L4T R36.4.3
[sudo] password for vkcatfish:
localuser:root being added to access control list
CONTAINER_IMAGE: dustynv/jetson-inference:r36.4.3
DATA_VOLUME: --volume /home/vkcatfish/jetson-inference/data:/jetson-inference/data --volume /home/vkcatfish/jetson-inference/python/training/classification/data:/jetson-inference/python/training/classification/data --volume /home/vkcatfish/jetson-inference/python/training/classification/models:/jetson-inference/python/training/classification/models --volume /home/vkcatfish/jetson-inference/python/training/detection/ssd/data:/jetson-inference/python/training/detection/ssd/data --volume /home/vkcatfish/jetson-inference/python/training/detection/ssd/models:/jetson-inference/python/training/detection/ssd/models --volume /home/vkcatfish/jetson-inference/python/www/recognizer/data:/jetson-inference/python/www/recognizer/data
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’.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.