• Hardware Platform (Jetson / GPU)
DGPU
• DeepStream Version
6.2
• TensorRT Version
The one that comes with the nvcr.io/nvidia/deepstream:6.2-triton
docker container. 8.5.2
• NVIDIA GPU Driver Version (valid for GPU only)
RTX2080TI
• Issue Type( questions, new requirements, bugs)
535.98
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
On a Windows 11 machine running WSL2, setup a Ubuntu 22.04 instance.
Inside the instance, run the deepstream docker container
docker run -it --rm nvcr.io/nvidia/deepstream:6.2-triton
Inside the container, just run
gst-inspect-1.0 nvinfer
The output I get is :
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.827: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.828: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libcustom2d_preprocess.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.828: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so': librivermax.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.829: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_preprocess.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.830: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistreamtiler.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.831: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_deepstream_bins.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.831: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.831: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libgstnvvideoconvert.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.832: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.849: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_eglglessink.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.849: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dsexample.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.851: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_nvblender.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.853: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dewarper.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.853: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_tracker.so': libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.855: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpeg2enc.so': libmpeg2encpp-2.1.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.873: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstchromaprint.so': libavcodec.so.58: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.894: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpeg2dec.so': libmpeg2.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.901: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenmpt.so': libmpg123.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:85): GStreamer-WARNING **: 19:26:22.924: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpg123.so': libmpg123.so.0: cannot open shared object file: No such file or directory
No such element or plugin 'nvinfer'
Not sure how to address this. I expect the clean container to work. Any ideas where to start untying this?
Could it be related to the Ubuntu 22.04 I use as base?