I am working on a project that requires the following components for JetPack 6.0:
CUDA: 12.2.140
cuDNN: 8.9.4.25
TensorRT: 8.6.2.3
VPI: 3.1.5
Vulkan: 1.3.204
I need to create an offline installer for these components so that I can install them without relying on external links or commands that might change in the future. To achieve this, I require the .deb files for the above-mentioned versions.
Thanks for the reply.
I installed the cuda, cudNN and tensorRT deb files (which I got from SDK Manager) in Orin nano devkit using command:
sudo apt install ./<deb_file_name>.
But Still it’s missing.