Docker container provided by the course doesn't have GLIBC_2.29

I am running docker container nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1 from the intro course

and I get “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)” on the very first cell of the jupyter workbook.

I have very little patience for this shit, I don’t want to learn about docker or jupyter.

why would they build a container that doesn’t have required shit for the tutorial?

strings /lib/aarch64-linux-gnu/libm.so.6 | grep ‘GLIBC_’ clearly shows that the the version is missing. Is there an easy fix?

Hi,

The container is for an online course for Jetson Nano.
If you are using an Orin device, please find below for more information:

Thanks.

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