Hello,
I’ve been using the 6.1 container provided here: JetPack Cross Compilation container | NVIDIA NGC. But after unpacking the targetfs and toolchain within the container, the size is just too large.
Is there a smaller Docker image for cross compilation or can someone provide guidance on creating a smaller Docker image? Is there another image in the NGC Catalog that might work as the final base image? I’ve tried a multi-stage Dockerfile approach to copy just the toolchain and only specific parts of the targetfs to my final ubuntu:22.04 base image, but I continuously run into compatibility errors in my build (which uses CUDA and TensorRT libraries).
Thank you!