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?