I wanted to know why Jetpack 4.6.2. comes with CUDA 10.2 and TensorRT 8.2.1 but there is actually no possibility to download TensorRT 8.2.1 with CUDA 10.2 from the TensorRT download page for
arm64 architecture: https://developer.nvidia.com/nvidia-tensorrt-8x-download.
This causes all sorts of issues when trying to install TensorRT 8.2.1 at the container level using a Nvidia Cuda 10.2 base image.
Thanks for your reply. Actually for other people trying to accomplish this, one way to do it is to flash your Jetson with Jetpack 4.6.2 and then manually copy all required nvidia libraries into a container then save that image, in this way you do not need to download tensorRT 8.2.1 and cuda 10.2 from external sources in your Dockerfile.