Segment fault on V100

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.6
• NVIDIA GPU Driver Version (valid for GPU only) 535.161.08
• Issue Type( questions, new requirements, bugs)
• 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)

There is error when I run deepstream7.0 on V100 in docker.

Why this issue appear?

1.Driver errors, usually caused by incorrect installation.
Please check whether nvidia-container-toolkit and GPU driver have been installed correctly.
v100 has been tested and is working properly

  1. How do you start docker?
    Please try the following command line first.
docker run --gpus all -it --rm --net=host --privileged -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-7.0 deepstream:7.0-triton-multiarch

3.Can deepstream-app or other samples reproduce the problem?

Thank you.
I have already test it.

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