Hello all,
I am trying to migrate CUDA capable container I built on JP4.6 (CUDA-10) on Jetson Nano, into Jetson Orin Nano with JP6.2 (CUDA-12).
After initial deployment, I see that some CUDA files from /usr/local/ are missing, and in general, the directory on Nano was about 3 GB, after moving to Orin it weights ~100MB. I suppose that some of the CUDA files were simply copied in the container build process.
What would be the easiest way to perform the migration? Somehow hard-copy the CUDA-10 files into container?
Or maybe migrate the application to CUDA12 (I’d probably need to re-build the container)?