Docker compose deepstream on jetson

Please provide complete information as applicable to your setup.

• Hardware Platform :Jetson Orin
• DeepStream Version : 6.2
• JetPack Version : 4.1
• TensorRT Version

• Issue Type: docker compose file for deepstream :

I am facing some issues in setting up docker compose file for deepstream 6.2. I could do it on dgpu systems on on jetson platform, its not able to run it.
Followin is my compose file :

version: ‘3.3’
services:
ds_rigs:
image: nvcr.io/nvidia/deepstream-l4t:6.2-samples
container_name: ds_rigs
entrypoint: [“/bin/bash”, “-c”, “tail -f /dev/null”]
environment:
- CUDA_VER=11.8
volumes:
- ./app_configs/rigs_app:/opt/nvidia/rigs_app
- ./app_configs/data:/opt/nvidia/data
- /tmp/.X11-unix:/tmp/.X11-unix
- /dev:/dev
working_dir: /opt/nvidia/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream_rigs
network_mode: host
deploy:
resources:
reservations:
devices:
- driver: nvidia

. Please help. thanks

additionally when I try to ruin docker by the following command, Its not picking up the nvcc.
“docker run -it --rm --net=host --runtime nvidia -e DISPLAY=$DISPLAY --device /dev/snd -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/deepstream-l4t:6.2-samples

DS-6.2 requires JP-5.1. On Jetson, docker will share some drivers with the host, so you need to reinstall and burn the corresponding system, regardless of whether you use docker.
In addition, it is recommended that you use the latest DS-7.0

https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Installation.html#id8

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.