Https://forums.developer.nvidia.com/t/jetson-xavier-nx-deepstream-people-detect/178169

DOES JETSON CLOUDNATIVE DEMO WORK
./run_demo.sh
just Hangs

I HAVE PULLED ALL the relevent containers ant tried to run individually the following error are typical for all the different demos

sudo docker pull nvcr.io/nvidia/deepstream-peopledetection:r32.4.2
r32.4.2: Pulling from nvidia/deepstream-peopledetection
Digest: sha256:e78be4cbf48fef0d092877dc354f37eb589a73a601b8472dadb9b3edd49523c2
Status: Image is up to date for nvcr.io/nvidia/deepstream-peopledetection:r32.4.2

sudo xhost +si:localuser:root
localuser:root being added to access control list

sudo docker run -it --rm --net=host --runtime nvidia -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/deepstream-peopledetection:r32.4.2 deepstream-test5-app -c deepstream-5.0/samples/configs/deepstream-app/sourceX_1080p_dec_infer-resnet_tracker_tiled_display_int8_hq_dla_nx.txt

docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: exec command: [/usr/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig.real --device=all --compute --compat32 --graphics --utility --video --display --pid=9621 /var/lib/docker/overlay2/08d2ebad0fa47b85b039d2db4ccc5242cc96a804cea2b3eb3469aeac08ecad92/merged]
nvidia-container-cli: mount error: file creation failed: /var/lib/docker/overlay2/08d2ebad0fa47b85b039d2db4ccc5242cc96a804cea2b3eb3469aeac08ecad92/merged/usr/lib/aarch64-linux-gnu/libnvidia-fatbinaryloader.so.440.18: file exists: unknown.

The jetson infernence demos all seem to work fine why not
JETSON CLOUDNATIVE DEMO !!!

Hi @paulrrh, to run that demo, it needs to run on this SD card image for JP 4.4 DP: https://developer.nvidia.com/jetson-nx-developer-kit-sd-card-image-44-dp

Thanks for reply. I am not using the sd card other than for the boot as I am running on JP 4.5 on ssd. Does it mean I have to start again on the earlier version or shall I forget about the demo?

If you still wanted to try the demo, I would recommend using a different SD card and flashing it with JP 4.4 DP so that you can switch back to your original configuration when you want.