Fatal error: cuda_runtime_api.h: No such file or directory in deepstream docker

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**RTX4080
• DeepStream Version7.0 (nvcr.io/nvidia/deepstream:7.0-samples-multiarch)
I am trying to make deepstream-test1 app.
I have errors as

deepstream_test1_app.c:16:10: fatal error: cuda_runtime_api.h: No such file or directory
   16 | #include <cuda_runtime_api.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:53: deepstream_test1_app.o] Error 1

echo $LD_LIBRARY_PATH has
/usr/local/cuda-12.2/lib64:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda-12.2/lib64:/usr/local/nvidia/lib:/usr/local/nvidia/lib64:/.local/lib

What could be wrong?

This image is only used for deployment and does not contain header files.

For development, please use deepstream:7.0-triton-multiarch

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.