jetson-inference icon indicating copy to clipboard operation
jetson-inference copied to clipboard

docker/run.sh fails on xavier nx, manifest unknown

Open ooijenvangilbert opened this issue 2 years ago • 5 comments

Hi,

I just got a xavier nx and cloned and build the jetson-inference git as described. When i try to do the docker/run.sh i get the following output :

ARCH: aarch64 reading L4T version from /etc/nv_tegra_release L4T BSP Version: L4T R32.7.2 [sudo] password for xavier: size of data/networks: 5100826187 bytes Downloading pytorch-ssd base model... python/training/det 100%[===================>] 36,23M 10,0MB/s in 4,2s
CONTAINER: dustynv/jetson-inference:r32.7.2 DATA_VOLUME: --volume /home/xavier/Downloads/jetson-inference/data:/jetson-inference/data --volume /home/xavier/Downloads/jetson-inference/python/training/classification/data:/jetson-inference/python/training/classification/data --volume /home/xavier/Downloads/jetson-inference/python/training/classification/models:/jetson-inference/python/training/classification/models --volume /home/xavier/Downloads/jetson-inference/python/training/detection/ssd/data:/jetson-inference/python/training/detection/ssd/data --volume /home/xavier/Downloads/jetson-inference/python/training/detection/ssd/models:/jetson-inference/python/training/detection/ssd/models USER_VOLUME:
USER_COMMAND:
V4L2_DEVICES: --device /dev/video0 localuser:root being added to access control list Unable to find image 'dustynv/jetson-inference:r32.7.2' locally docker: Error response from daemon: manifest for dustynv/jetson-inference:r32.7.2 not found: manifest unknown: manifest unknown. See 'docker run --help'.

is my L4T verstion to new? How can i fix this? What am i doing wrong?

Thanks in advance

ooijenvangilbert avatar Jun 11 '22 10:06 ooijenvangilbert

I have the same problem. I can't get version r32.7.2 from dockerhub, so I temporarily modified jetson-inference/containers scripts/l4t_version.sh and fixed L4T_VERSION to r32.7.1.

hey-kong avatar Jun 13 '22 07:06 hey-kong

Thanks @ooijenvangilbert @hey-kong, this should be fixed in commit https://github.com/dusty-nv/jetson-inference/commit/00edaec61dbd04e29de2bd0a0213818ccac90ef2

dusty-nv avatar Jun 13 '22 16:06 dusty-nv

Thanks, will have to see when I can test this but will give you feedback once done.

ooijenvangilbert avatar Jun 13 '22 18:06 ooijenvangilbert

Hi @dusty-nv i got an error saying it could not find the r32.7.0 version. I've changed this to 32.7.1 in the tag.sh file and now it's downloading

ooijenvangilbert avatar Jun 15 '22 18:06 ooijenvangilbert

Ahh sorry, thank you, I forgot that R32.7 started with R32.7.1 and not 32.7.0. Changed this in https://github.com/dusty-nv/jetson-inference/commit/a4f620d4e65f58cc9256e5d1d54855bd5cc14979

dusty-nv avatar Jun 15 '22 19:06 dusty-nv