• Hardware Platform (Jetson / GPU) Jetson Orin Nano Developer Kit • DeepStream Version 7.1 • Issue Type( questions, new requirements, bugs) Question
I am having issues using tensorrt on my Jetson Orin Nano Devkit. I flashed it using SDK Manager, with jetson linux 36.4, and Jetpack 6.1 and have been using the docker image nvcr.io/deepstream:7.1-samples-multiarch.
I can run the sample applications, and now I want to run my own models. As I try to build the models, I get the error:
fatal error: NvInfer.h: No such file or directory
The file exists on my host system under /usr/include/aarch64-linux-gnu but it can’t be found in the container.
pip list shows that I have tensorrt 10.3.0 installed in the container. apt search tensorrrt | grep tensorrt however shows only:
I get another error instead, still related to tensorrt;
‘class nvinfer1::IBuilder’ has no member names ‘buildEngineWithConfig’
but it’s related to tensorrt version 10.3.0.26 so that makes sense.
However, when I run the triton-multiarch-container I also get this:
ERROR: This container was built for NVIDIA Driver Release 560.28 or later, but version 540.4.0 was detected and compatibility mode is UNAVAILABLE.
It doesn’t sound good, any idea why this is the case? As far as I’ve understood, the drivers are included when flashing Jetson Linux? And thus should be compatible?
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