How to install TensorRT on Debian10

Description

A clear and concise description of the bug or issue.

Environment

PRETTY_NAME=“Debian GNU/Linux 10 (buster)”
NAME=“Debian GNU/Linux”
VERSION_ID=“10”
VERSION=“10 (buster)”
VERSION_CODENAME=buster
ID=debian

Tensorflow: 2.4
Cuda:10.0

I see on the website here https://developer.nvidia.com/nvidia-tensorrt-6x-download that there is no file for Debian10. I choose to install TensorRT 6.0.1.5 GA for Ubuntu 1804 and CUDA 10.0 DEB local repo packages by running this command sudo apt install ./*.deb. The command seems to run well. However, I run some command to check if tensorRT was installed, no one returns results:

dpkg -l | grep nvinfer
dpkg -l | grep nvinfer

Any help?

Hi @RiRG,

Please use https://developer.nvidia.com/nvidia-tensorrt-7x-download to download latest release.
Installation guide for your reference.
Installation Guide :: NVIDIA Deep Learning TensorRT Documentation

Thank you

I have used the same link as I mentioned In my question but It does not exist a version for Debian10!!

Hi @RiRG,

Please try installing latest “TensorRT 7.2.1 for Linux and CUDA 10.2” from the link previously posted.
https://developer.nvidia.com/nvidia-tensorrt-7x-download
If you find any issues we recommend you to try TensorRT NGC container to avoid host side dependencies.

Thank you.