Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU):GPU
• DeepStream Version: docker image,deepstream:6.0.1-samples
• JetPack Version (valid for Jetson only)
• TensorRT Version:8.0.1-1+cuda11.3
• NVIDIA GPU Driver Version (valid for GPU only):release 10.2
• Issue Type( questions, new requirements, bugs):questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
i run docker in a server environment. NVIDIA GPU Driver Version in server is 10.2
i do following order:
sudo nvidia-docker run -it --name xxx -v xxx:xxx -gpus ‘devices=0"’ nvcr.io/nvidia/deepstream:6.0.1-samples /bin/bash
and do order:
deepstream-app -c deepstream_app_source1_peoplenet.txt
following error happened
anyone know what happend