uersoy
February 20, 2023, 11:22am
1
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?
kayccc
February 21, 2023, 12:05am
2
We are moving this post to the DeepStream SDK forum to get better help.
1 Like
yuweiw
February 21, 2023, 10:34am
4
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
system
Closed
March 10, 2023, 10:38pm
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.