I am running an NVIDIA Jetson Container (l4t-base:r.32.5.0) to develop software for NVIDIA Jetson. Since I am missing some CUDA libraries, I intended to install the nvidia-cuda-toolkit, but I did not find any information on installing version 10.2 for ARM. Can you tell me how to install it?
I mainly develop software for an NVIDIA Jetson Xavier AGX (set up with JetPack 4.4).
For developing, I use a linux ubuntu 20.04 system running docker and nvidia-docker2.
I use QEMU to emulate the ARM-architecture as suggest by NVIDIA Container Runtime on Jetson · NVIDIA/nvidia-docker Wiki · GitHub. More information on Running and Building ARM Docker Containers on x86 | Stereolabs).