使用docker/run.sh时的错误

如题所示:
打印信息如下:
L4T BSP Version: L4T R32.7.3
size of data/networks: 384148623 bytes
CONTAINER: dustynv/jetson-inference:r32.7.3

Unable to find image ‘dustynv/jetson-inference:r32.7.3’ locally
docker: Error response from daemon: manifest for dustynv/jetson-inference:r32.7.3 not found: manifest unknown: manifest unknown.

貌似默认镜像是32.7.3的,应该因为我的JETPACK是4.6.3的原因
但是dustynv发现,是没有32.7.3的,只有32.7.1,怎么解决这个问题

Hi,

r32.7.1 should be compatible.
Please give it a try.

Thanks.

具体怎么操作呢?我运行docker/run.sh时就因为这个报错了,怎么告诉系统用32.7.1的继续,不用报错呢!

Hi,

Please give following command a try:

./run.sh dustynv/jetson-inference:r32.7.1

Thanks.

不管用,感觉就不对!

Hi,

Please give it a try.
We have verified the command and it does start to pull the r32.7.1 image as below:

$ ./run.sh dustynv/jetson-inference:r32.7.1
+ sudo docker run --runtime nvidia -it --rm --network host --volume /tmp/argus_socket:/tmp/argus_socket --volume /etc/enctune.conf:/etc/enctune.conf --volume /etc/nv_tegra_release:/etc/nv_tegra_release --volume /tmp/nv_jetson_model:/tmp/nv_jetson_model --volume /var/run/dbus:/var/run/dbus --volume /var/run/avahi-daemon/socket:/var/run/avahi-daemon/socket --volume /var/run/docker.sock:/var/run/docker.sock --volume /home/nvidia/topic_285230/jetson-containers/packages/llm/local_llm:/opt/local_llm/local_llm --volume /home/nvidia/topic_285230/jetson-containers/data:/data --device /dev/snd --device /dev/bus/usb --device /dev/video0 --device /dev/video1 dustynv/jetson-inference:r32.7.1
Unable to find image 'dustynv/jetson-inference:r32.7.1' locally
r32.7.1: Pulling from dustynv/jetson-inference
f46992f278c2: Pull complete 
d0ec296fcb76: Downloading [===========================>                       ]  89.98MB/164.9MB
9e18ddc8ca7a: Download complete 
457ba495c8e5: Download complete 
...

Thanks.

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