At Installation Guide :: NVIDIA Deep Learning TensorRT Documentation
sudo apt-key add /var/nv-tensorrt-repo-${tag}/7fa2af80.pub
should be
sudo apt-key add /var/nv-tensorrt-repo-${os}-${tag}/7fa2af80.pub
At Installation Guide :: NVIDIA Deep Learning TensorRT Documentation
sudo apt-key add /var/nv-tensorrt-repo-${tag}/7fa2af80.pub
should be
sudo apt-key add /var/nv-tensorrt-repo-${os}-${tag}/7fa2af80.pub
Hi,
Please refer to the installation steps from the below link if in case you are missing on anything
Also, we suggest you to use TRT NGC containers to avoid any system dependency related issues.
Thanks!
Hi @wurmdario,
Thank you for letting us know.