NvInfer, nvstreammux not working

Hello, I am getting error while running the attached docker image which contains DeepStream4.0, I am using a older version of DeepStream because I have cuda 10.1 in my system,
I am getting the following error when I try gst-launch-1.0 nvinfer :
(gst-plugin-scanner:13): GStreamer-WARNING **: 13:16:01.239: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so’: libtrtserver.so: cannot open shared object file: No such file or directory
ERROR: pipeline could not be constructed: no element “nvinfer”.

How can I get this working?
Dockerfile (1.2 KB)

DeepStream4.0 is not supported now. Please upgrade to latest DeepStream5.1 and cuda10.2 and above https://developer.nvidia.com/deepstream-getting-started

1 Like

@Fiona.Chen Okay, thanks a lot.