Deepstream-l4t:6.2-samples container, problem running samples

Hello,

I am trying to run the samples in “deepstream-l4t:6.2-samples” container (using Jetpack 5.1).

When I try to build deepstram_app using “make”, I get the following error:

…/…/apps-common/src/deepstream_source_bin.c:32:10: fatal error: cuda_runtime_api.h: No such file or directory
32 | #include <cuda_runtime_api.h>

Any idea what am I missing?

We are moving this post to the DeepStream SDK forum to get better help.

1 Like

You can refer to our Guide: https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_docker_containers.html?highlight=docker#a-docker-container-for-jetson

The Jetson Docker containers are for deployment only. They do not support DeepStream software development within a container. You can build applications natively on the Jetson target and create containers for them by adding binaries to your docker images. 
1 Like

Thank you yuweiw!

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