Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) - GTX 1050 Ti
• NVIDIA GPU Driver Version (valid for GPU only) - 516.40
Hello, I am trying to run an application inside the nvcr.io/nvidia/deepstream:6.1-devel docker and I am getting the following error
WARNING: erroneous pipeline: no element "nvinfer"
nvidia-smi inside docker:
root@docker-desktop:/opt/nvidia/deepstream/deepstream-6.1# nvidia-smi
Sun Jun 26 15:28:04 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 515.48.07 Driver Version: 516.40 CUDA Version: 11.7 |
|-------------------------------+----------------------+----------------------+
| 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 ... On | 00000000:01:00.0 Off | N/A |
| N/A 41C P8 N/A / N/A | 0MiB / 4096MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
nvidia-smi outside container
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 516.40 Driver Version: 516.40 CUDA Version: 11.7 |
|-------------------------------+----------------------+----------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... WDDM | 00000000:01:00.0 Off | N/A |
| N/A 41C P8 N/A / N/A | 0MiB / 4096MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 6664 C+G ...2txyewy\TextInputHost.exe N/A |
| 0 N/A N/A 7732 C+G ...ontend\Docker Desktop.exe N/A |
| 0 N/A N/A 8592 C+G ...264.37\msedgewebview2.exe N/A |
| 0 N/A N/A 12824 C+G ...ram Files\LGHUB\lghub.exe N/A |
| 0 N/A N/A 14316 C+G ...icrosoft VS Code\Code.exe N/A |
| 0 N/A N/A 15808 C+G ...x64\LenovoNerveCenter.exe N/A |
| 0 N/A N/A 16328 C+G ...lack\app-4.26.2\slack.exe N/A |
| 0 N/A N/A 21452 C+G ...artMenuExperienceHost.exe N/A |
| 0 N/A N/A 21924 C+G ...n1h2txyewy\SearchHost.exe N/A |
| 0 N/A N/A 22280 C+G ...X2_APP\DolbyDAX2Toast.exe N/A |
| 0 N/A N/A 23088 C+G C:\Windows\System32\dwm.exe N/A |
+-----------------------------------------------------------------------------+
When I run gst-inspect-1.0 libnvdsgst_infer.so i get he following output:
root@docker-desktop:/home/nvidia_test# gst-inspect-1.0 lib libnvdsgst_infer.so
Plugin Details:
Name libnvdsgst_infer.so
Description Plugin for blacklisted file
Filename /usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so
Version 0.0.0
License BLACKLIST
Source module BLACKLIST
Binary package BLACKLIST
Origin URL BLACKLIST
0 features:
Can anyone tell me how to remove this error?
Looking forward to the replies !!