Navigate to the location to which the DeepStream package was downloaded and extract its contents:
$ tar -xpvf deepstream_sdk_v4.0.2_x86_64.tbz2
Extract and install DeepStream SDK:
$ cd deepstream_sdk_v4.0.2_x86_64
$ sudo tar -xvpf binaries.tbz2 -C /
$ sudo ./install.sh
$ sudo ldconfig
"
But i think this could lead to conflicts in the devel docker.
Hi,
The Deepstream devel docker contains only libs and bins on /opt/nvidia/deepstream but does not contain the sources , specifically include files required for building Deepstream applications,
e.g. nvbufsurface.h.
I think it would be effective to place the corresponding sdk in the devel docker (devel docker goal as i understand is to enable Deepstream applications development).