Error while running video-viewer inside jetson nano docker container

Hi,
I followed the official aux-docker.md to get jetson-inference in my jetson nano

i.e.
$ git clone --recursive https://github.com/dusty-nv/jetson-inference
$ cd jetson-inference
$ docker/run.sh

but when I go inside docker/run.sh
and do video-viewer, I get the following error:
video-viewer: error while loading shared librariesL libjetson-utils.so cannot open shared object file: No such file or directory

Hi @sshrestha8, can you let me know which version of JetPack-L4T you are running? You can check this with cat /etc/nv_tegra_release Also, inside the container can you run this command and post the output here?

ldd /usr/local/lib/libjetson-utils.so

what you are looking for there are any libraries listed as missing (some drivers and CUDA components get mounted from the host device on JetPack 4 containers) In the meantime, are you able to build jetson-inference from source?

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