Issues in deepstream 6.3 docker/deepstream-test5

Please provide complete information as applicable to your setup.

• Hardware Platform ( GPU)

Sun Oct 8 22:20:12 2023
±----------------------------------------------------------------------------+
| NVIDIA-SMI 525.125.06 Driver Version: 525.125.06 CUDA Version: 12.0 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce … Off | 00000000:01:00.0 Off | N/A |
| N/A 40C P0 N/A / 80W | 6MiB / 6144MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 2774 G /usr/lib/xorg/Xorg 4MiB |
±----------------------------------------------------------------------------+

• DeepStream Version : 6.3 (nvcr.io/nvidia/deepstream:6.3-samples)

Pulled the docker image:docker pull nvcr.io/nvidia/deepstream:6.3-samples

I am trying to run the test5 application, but I am facing the following issue.

When I try to check the the nvcc cuda compiler --version , I am facing the below issue
root@sowmiya-masterworks:/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-test5# nvcc --version
bash: nvcc: command not found

As well I am not able to compile the test5 application using the export CUDA_VER =12.1 as mentioned in the README I am facing the below Error
Step1:
root@sowmiya-masterworks:/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-test5# export CUDA_VER=12.1
Step2:
root@sowmiya-masterworks:/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-test5# make

I am facing the below error
fatal error: cuda_runtime_api.h: No such file or directory
32 | include <cuda_runtime_api.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:71: …/…/apps-common/src/deepstream_source_bin.o] Error 1

As well I am not able to compile the test5 application using the export CUDA_VER =11.1
step1:
root@sowmiya-masterworks:/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-test5# export CUDA_VER=11.1
step2:
root@sowmiya-masterworks:/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-test5# make
Step3:
root@sowmiya-masterworks:/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-test5# ./deepstream-test5-app -c configs/test5_config_file_src_infer.txt -p 1
I am facing the below error
** ERROR: <create_multi_source_bin:1494>: Failed to create element ‘src_bin_muxer’
** ERROR: <create_multi_source_bin:1582>: create_multi_source_bin failed
** ERROR: <create_pipeline:1576>: create_pipeline failed
** ERROR: main:1472: Failed to create pipeline
Quitting
App run failed
root@sowmiya-masterworks:/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-test5#

I am also uploading
test5_config_file_src_infer.txt (6.3 KB)
the config file

Kindly need your assistance in resolving the issue and running the test application.

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

You can use image nvcr.io/nvidia/deepstream:6.3-gc-triton-devel which contains development related tools, the difference of the images is described here: Docker Containers — DeepStream 6.3 Release documentation (nvidia.com)

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