I’m running on a jetson nano and pulled the deepstream container with:
docker pull nvcr.io/nvidia/deepstream-l4t:4.0.2-19.12-samples
Inside the container I try running the reference app and get this error:
root@b4e86d5a98a6:~/deepstream_sdk_v4.0.2_jetson/samples/configs/deepstream-app# deepstream-app -c source1_csi_dec_infer_resnet_int8.txt
deepstream-app: error while loading shared libraries: libnvinfer.so.6: cannot open shared object file: No such file or directory
Any ideas on how to fix this?