Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Intel & Geforce RTX 3080
• DeepStream Version 6.3
I am using deepstream docker nvcr.io/nvidia/deepstream:6.3-gc-triton-devel
.
Cuda version is
base) root@7548f6834238:/opt/nvidia/deepstream/deepstream-6.3# nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Mon_Apr__3_17:16:06_PDT_2023
Cuda compilation tools, release 12.1, V12.1.105
Build cuda_12.1.r12.1/compiler.32688072_0
(base) root@7548f6834238:/opt/nvidia/deepstream/deepstream-6.3#
Driver version is
base) root@7548f6834238:/opt/nvidia/deepstream/deepstream-6.3# cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX x86_64 Kernel Module 515.43.04 Tue Apr 26 15:52:32 UTC 2022
GCC version: gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
when run the command in docker as
I have the errors as
(base) root@7548f6834238:/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream_reference_apps/deepstream-bodypose-3d/sources# ./deepstream-pose-estimation-app --input file:///workspace/selfinf_2108.avi --output /workspace/bodypose_3dbp.mp4 --focal 800.0 --width 1280 --height 720 --fps --save-pose /workspace/bodypose_3dbp.json
Error: Could not get cuda device count (cudaErrorInsufficientDriver)
Failed to parse group property
** ERROR: <gst_nvinfer_parse_config_file:1319>: failed
Error: Could not get cuda device count (cudaErrorInsufficientDriver)
Failed to parse group property
** ERROR: <gst_nvinfer_parse_config_file:1319>: failed
Now playing: file:///workspace/selfinf_2108.avi
Unable to set device in gst_nvstreammux_change_state
Unable to set device in gst_nvstreammux_change_state
Running...
Is it because the driver version doesn’t meet the requirement.
Because in this page, driver version needs to be 530.41.03
.
Do I need to update driver?
For driver update, it supposes to do in docker or in system?
I tried in docker and I have the following errors.
(base) root@7548f6834238:/workspace# ./NVIDIA-Linux-x86_64-530.41.03.run --accept-license --ui=none --no-kernel-module --no-questions
Verifying archive integrity... OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 530.41.03....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Welcome to the NVIDIA Software Installer for Unix/Linux
Detected 12 CPUs online; setting concurrency level to 12.
ERROR: Unable to find the module utility `modprobe`; please make sure you have the package 'module-init-tools' or 'kmod' installed. If you do have 'module-init-tools' or 'kmod' installed, then please
check that `modprobe` is in your PATH.