Issue running Deepstream docker container

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
Nvidia Jetson ORIN AGX 32GB industrial module provided by Auvidea
• DeepStream Version
Deepstream SDK 6.1
• JetPack Version (valid for Jetson only)
Jetpack 5.0.2
• TensorRT Version
nvcr.io/nvidia/l4t-tensorrt:8.4.1-runtime
• Issue Type( questions, new requirements, bugs)
I built a custom Deepstream docker image for my application mainly inspired by This and saved it in our private container registry. I pulled the docker image and ran it on 2 different Jetsons( model specified above) using docker compose with the following docker-compose.yml configuration:

version: '3'
  services:
        jetson-deepstream:latest
        command: "/deepstream-custom-app -c config_deepstream_app.txt -t"
        container_name: deepstream
        build:
            context: .
            dockerfile: docker/deepstream/Dockerfile.deepstream
        volumes:
            - deepstream_configuration_textfile.txt:/config_deepstream_app.txt
            
        restart: on-failure
        ports:
            - "2000:2000"
        depends_on:
            - rabbitmq #defined in actual yml file
        runtime: nvidia
        deploy:
            resources:
                reservations:
                    devices:
                        - driver: nvidia
                          count: 1
                          capabilities: [gpu]
        networks:
            jetson_docker:
            

The 2 devices were flashed with the same way and contain the same components installed on the host system however on one of them the docker container exits with error 255: “gst_element_factory_make: no such element factory “nvstreammux”!”. There are other gst & nv plugins missing inside the container even though it was pulled from the docker container registry, and the same image worked as expected on the similar device.
The only way we could see the same behavior on the correct environment is when we ommitted --runtime=nvidia from the docker run command, and then we obtain the same error on both environments.
Forcing the value of docker default-runtime to “nvidia” does not solve the issue.
Looking for ideas on how to tackle this or potential issues.
NOTE: the Nvidia jetsons are operating in a remote environment and internet access is very limited.
Thanks,
Kais
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Sorry for the long delay.

Due to hardware and driver limitations, some libraries on Jeton are shared between the host and Docker.

The dockerfile as you mentioned is used for ds-63.but you host is ds-6.1,I think this is problem.

You’d better update your device to the same version of the jetpack.

Hi and thank you for your reply.

Actually I tagged my deepstream docker image as ‘latest’, but it was built using deepstream 6.1.1. I followed the link I pasted in the original post but in my Dockerfile I copy the DS6.1.1_sdk.tar file and use it to build docker inside the image. therefore I am certain that both systems have Jetpack 5.0.2 and that the docker images have versions 6.1.1.

Any idea what else could be an issue?

If you can make sure jetpack and ds are installed normally.
try install.sh in /opt/nvidia/deepstream/deepstream, just clear gstreamer cache.

Hi again @junshengy
I doublechecked the deepstream installation inside the container by checking the paths and files defined inside the script are existing. They do. ‘deepstream-app’ and the others are installed.
As I specified previously I don’t install deepstream on the host system only with Docker.
Attached is the Dockerfile I used to build the docker image I use on all my devices.
I also want to point out that this docker image version is deployed on 3 other Nvidia Jetsons AGX and only one is displaying this behavior
Dockerfile.txt (5.6 KB)

Can the device in question run deepstream-test1-app properly ? In host not docker.

If you run the following command in the device in question, Can you got same output as another devices ?

deepstream-app --version-all

Hello again!
On the running devices I get this:

# deepstream-app --version-all
deepstream-app version 6.1.1
DeepStreamSDK 6.1.1
CUDA Driver Version: 11.4
CUDA Runtime Version: 11.4
TensorRT Version: 8.4
cuDNN Version: 8.4
libNVWarp360 Version: 2.0.1d3

On the other unhealthy device I get this:

deepstream-app --version-all
0:00:00.028295750    22 0xaaab25a40290 WARN                  ladspa gstladspa.c:507:plugin_init:<plugin33> no LADSPA plugins found, check LADSPA_PATH
0:00:00.141998563    22 0xaaab25a40290 WARN                 default gstsf.c:97:gst_sf_create_audio_template_caps: format 0x120000: 'AVR (Audio Visual Research)' is not mapped
0:00:00.142023940    22 0xaaab25a40290 WARN                 default gstsf.c:97:gst_sf_create_audio_template_caps: format 0x180000: 'CAF (Apple Core Audio File)' is not mapped
0:00:00.142036356    22 0xaaab25a40290 WARN                 default gstsf.c:97:gst_sf_create_audio_template_caps: format 0x100000: 'HTK (HMM Tool Kit)' is not mapped
0:00:00.142045284    22 0xaaab25a40290 WARN                 default gstsf.c:97:gst_sf_create_audio_template_caps: format 0xc0000: 'MAT4 (GNU Octave 2.0 / Matlab 4.2)' is not mapped
0:00:00.142051684    22 0xaaab25a40290 WARN                 default gstsf.c:97:gst_sf_create_audio_template_caps: format 0xd0000: 'MAT5 (GNU Octave 2.1 / Matlab 5.0)' is not mapped
0:00:00.142060196    22 0xaaab25a40290 WARN                 default gstsf.c:97:gst_sf_create_audio_template_caps: format 0x210000: 'MPC (Akai MPC 2k)' is not mapped
0:00:00.142067492    22 0xaaab25a40290 WARN                 default gstsf.c:97:gst_sf_create_audio_template_caps: format 0xe0000: 'PVF (Portable Voice Format)' is not mapped
0:00:00.142073924    22 0xaaab25a40290 WARN                 default gstsf.c:97:gst_sf_create_audio_template_caps: format 0x160000: 'SD2 (Sound Designer II)' is not mapped
0:00:00.142081604    22 0xaaab25a40290 WARN                 default gstsf.c:97:gst_sf_create_audio_template_caps: format 0x190000: 'WVE (Psion Series 3)' is not mapped
0:00:00.292150245    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.882: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvcompositor.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.302952033    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.893: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvarguscamerasrc.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.305613184    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.895: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnveglstreamsrc.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.311057630    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.901: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvjpeg.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.314872714    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.905: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvvidconv.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.317138308    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.907: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvegltransform.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.320097126    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.910: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnveglglessink.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.322422465    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.912: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvvideosink.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.324406968    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.914: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvv4l2camerasrc.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.328321477    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.918: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvvideo4linux2.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.330967588    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.921: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvvideosinks.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.335745979    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.926: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvivafilter.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.340204110    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.930: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistreamtiler.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.351646546    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.941: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.355861250    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.946: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_tracker.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.359646830    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.949: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libcustom2d_preprocess.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.363574619    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.953: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_preprocess.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.369202428    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.959: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dewarper.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.373267339    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.963: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dsexample.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.373898770    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: librivermax.so.0: cannot open shared object file: No such file or directory

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.964: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so': librivermax.so.0: cannot open shared object file: No such file or directory
0:00:00.383715107    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.974: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferaudio.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.386005277    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.976: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_segvisual.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.392062467    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.982: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.405803841    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:29.996: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_deepstream_bins.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.410176052    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:30.000: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libgstnvvideoconvert.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.412850226    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:30.003: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_ofvisual.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
0:00:00.414605607    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: libtritonserver.so: cannot open shared object file: No such file or directory

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:30.004: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtritonserver.so: cannot open shared object file: No such file or directory
0:00:00.421788633    22 0xaaab25a40290 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

(gst-plugin-scanner:22): GStreamer-WARNING **: 07:31:30.012: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_osd.so': /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
deepstream-app version 6.1.1
DeepStreamSDK 6.1.1
CUDA Driver Version: 11.4
CUDA Runtime Version: 11.4
TensorRT Version: 8.4
cuDNN Version: 8.4
0:00:00.519572607    21 0xaaab02e4b990 WARN     GST_ELEMENT_FACTORY gstelementfactory.c:458:gst_element_factory_make: no such element factory "nvdewarper"!
Dewarper: not found

NOTE:
1 - GST_DEBUG=2 on both devices.
2 - The original error I get was ’ no element nvstreammux '.

Thanks for looking this up
Kais

I don’t know what happen in your system.can you try the following command line before run deepstream-app ?

$ export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libGLdispatch.so.0
1 Like

I will upvote the previous answer it seems that it fixed my issue.
To be accurate, it is better to run it right after rm ~/.cache/gstreamer-1.0/registry.aarch64.bin
However I still need some explanations from your side.
1- what’s the role of that shared library libGLdispatch.so.0 and why was it throwing an error?
2- what are the similarities and differences between that shared library and libgomp.so.1?
3- In the dockerfile i shared previously in line 111 I have this line ENV LD_PRELOAD /usr/lib/aarch64-linux-gnu/libgomp.so.1:$LD_PRELOAD. It wasn’t causing errors in all my other deepstream application containers so what could cause this particular issue?
I need to understand this issue because we currently manage a fleet of 10 Nvidia Jetsons and that number will scale continuously in the coming years, plus these devices are deployed all over Europe and we need the right way to prevent it, not just a quick fix.

Many thanks,
Kais

libGLdispatch use to dispatch gl draw call and libgomp is usespace driver of OpenMP.
All these libraries related with GPU driver. CUDA is similar.

Export is unnecessary usually,it’s more likely caused by your system’s cache.

In my case export is indeed necessary. When I run the docker container there is no gstreamer cache anywhere, neither on the host nor inside the container. Running my app directly fails, giving the previous results I mentioned. After getting the error, simply removing the cache does not solve it therefore I need to 1) remove the cache then 2) export that LD_PRELOAD value.

Additional things to confirm, Are there mutil version libGLdispatch.so in /usr/lib/aarch64-linux-gnu/ ?

Notice your vendor is not nvidia, you should be ask your provider about the system.

The vendor is Auvidea which is a certified partner for Nvidia. They need to have the device back in-house in order to do their analysis so we haven’t gone further there.
Regarding your question: there are no multiple version of libGLdispatch.sp

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