Hi,
I’m running into a runtime issue with my setup:
- Host: JetPack 6.2 (glibc 2.35)
- Container: JetPack 5.2-based (CUDA 11.8, glibc 2.31)
- My application requires: CUDA 11.8
- All builds inside the container succeed, but at runtime I get
glibcversion incompatibility errors from NVIDIA libraries inside the container. Some of them seem to needglibc >= 2.34.
My question is:
- Aren’t NVIDIA Jetson containers supposed to be isolated from the host glibc?
- Why does the host glibc version seem to affect the container runtime?
- Is it possible to run a JetPack 5.2 container on a JetPack 6.2 host cleanly, or is a matching JetPack version required on both?
Any advice on best practices to run legacy JetPack containers on newer hosts would be appreciated.
Thanks!