DS 3.0 with RTX 2080

Tried different sample configs with container images nvcr.io/nvidia/deepstream_360d:3.0-18.11 and nvcr.io/nvidia/deepstream:3.0-18.11, but none worked . Does DS 3.0 work with RTX2080?

Thanks!

Insider container:

root@2e436a9b6449:~# deepstream-app -c DeepStream_Release/samples/configs/deepstream-app/config_infer_secondary_vehicletypes.txt
Unable to set device in gst_nvstreammux_change_state
Unable to set device in gst_nvstreammux_change_state
Unable to set device in gst_nvstreammux_change_state
** ERROR: main:564: Failed to set pipeline to PAUSED
Quitting
Unable to set device in gst_nvstreammux_change_state
App run failed

On the VM:

ubuntu@ds-perception:~$ nvidia-smi
Wed Feb 20 03:46:42 2019
±----------------------------------------------------------------------------+
| NVIDIA-SMI 410.48 Driver Version: 410.48 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 2080 Off | 00000000:00:06.0 Off | N/A |
| 20% 43C P0 1W / 225W | 0MiB / 7952MiB | 0% Default |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+

HI
Please use config configs/deepstream-app/source30*** or source4***, config_infer_secondary_*** is part of
config source30 or source4

Thanks for the quick response! That’s good to know. Another problem on my side was I was running docker (not nvidia-docker) directly and thus the nvidia runtime was not in use. Now it seems to work. Thanks!