Hello, I am trying to go through the
DLI “Getting Started with AI on Jetson Nano” course.
in my Jetson Orin NANO.
I am using the following docker command
sudo docker run --runtime nvidia -it --rm --network host --volume ~/nvdli-data:/nvdli-nano/data --device /dev/video0 nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1
However when I try to run the hello_camera I get the following error
ImportError: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29’ not found (required by /usr/lib/aarch64-linux-gnu/libgstreamer-1.0.so.0)
I think is because the hetpack release I am running is 5.1.1 and the latest available from the catalog on DLI “Getting Started with AI on Jetson Nano” Course Environment Container
is 4.6.1 v2.0.2-r32.7.1
Could some one help me how to debug that? or can nvidia release the containers for 5.1.1?
Thanks