You are right, there is no -devel variants for Deepstream L4T. Can you run&compile examples (/opt/nvidia/deepstream/deepstream-6.1/sources/apps/sample_apps) in your current deepstream-l4t:6.1-samples docker container?
Just curious, why not install deepstream6.1 on Orin and run it directly?
You are right, there is no -devel variants for Deepstream L4T. Can you run&compile examples (/opt/nvidia/deepstream/deepstream-6.1/sources/apps/sample_apps) in your current deepstream-l4t:6.1-samples docker container?
No. It says it couldn’t find package gstreamer-1.0.
I faced this issue when i tried compiling dsexample and was able to get over by running apt install libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev.
Just curious, why not install deepstream6.1 on Orin and run it directly?
Well, I have another Jetson - Jetson Xavier NX. At first, i decided to dockerize my app since i knew i would migrate to Jetson AGX Orin.
But now, to be honest, there’s no reason to use docker image. I should change my plan maybe.
The Jetson Docker containers are for deployment only. They do not support DeepStream software development within a container. You can build applications natively on the Jetson target and create containers for them by adding binaries to your docker images. Alternatively, you can generate Jetson containers from your workstation using instructions in the Building Jetson Containers on an x86 Workstation section in the NVIDIA Container Runtime for Jetson documentation.