Hi,
I can’t seem to find the Deepstream SDK sources on the devel docker.
See:
docker pull nvcr.io/nvidia/deepstream:4.0.2-19.12-devel
From:
https://docs.nvidia.com/metropolis/deepstream/dev-guide/index.html
I see it can be installed manually :"
- 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.
Thanks