Jetson xiaver NX, with jetpacage 4.5.1 and not install deepstream
I run the docker images of official deepstream images 5.1 (samples revision)
----PS: the CUDA install in other path, not in the /usr/local. And I use soft link the files to the path of /usr/local/cuda-10.2.
I create a container by the command:
docker run -it --runtime nvidia -v $PWD:/home/env --name test nvcr.io/nvidia/deepstream-l4t:5.1-21.02-samples /bin/bash
then I enter into the container, test the deepstream:
deepstream-app -c conf/deepstream_app_config.txt
and I found the error:
error while loading shared libraries: libcudart.so.10.2: cannot open shared object file: No such file or directory
I’m not clear:
- whether the soft link of CUDA mentioned above cause this error??
- whether CUDA should be installed in the basic system if running the deepstream images of samples revision? or just the driver should be installed?
I just test the docker images in Tesla T4 with no cuda installed in the basic system but just the driver installed. It is successfull. - If shared libraries should be provided in the basic system, It means the CUDA should be installed??
Hope anyone may give me some help. Thanks!