Can't I use r32.5.0 docker container in jetpack 5.1?

I want to use the nvcr.io/nvidia/l4t-base:r32.5.0 container in jetpack 5.1 in the current environment.

If you install the gstreamer in the container and then run it, the following error occurs.

/usr/lib/aarch64-linux-gnu/libgstreamer-1.0.so.0: undefined reference to `pow@GLIBC_2.29'

I want to know how to solve the error.

The environment I use is explained in detail below.

Module: NVIDIA Jetson AGX Xavier
L4T: 35.2.1
Jetpack: 5.1
Deepstream: 6.2

1 Like

Hi @jubin0927, the JetPack 4 containers are incompatible with JetPack 5, so you can’t do that. On JetPack 4, many of the JetPack components like CUDA/cuDNN/TensorRT/GStreamer are mounted into the container dynamically from the host device. So on JetPack 5, those expected components wouldn’t be there. Instead please migrate to using nvcr.io/nvidia/l4t-base:r35.2.1

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