Cuda is not installed properly in ngc docker image

On jetson xavier orin, I use docker image: nvcr.io/nvidia/deepstream:7.0-samples-multiarch
There is no command $ nvcc --version and no plugin like libcupti.so.12.
But docker image : nvcr.io/nvidia/deepstream:7.0-triton-multiarch run properly.

I use "docker run --runtime=nvidia " command when test.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• 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)

I solved this problem just add docker run command
-v /usr/local/cuda-12.2:/usr/local/cuda-12.2

This is normal. 7.0-samples-multiarch are only used for deployment and lack development tool support.

Here is an explanation of their differences

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