DEV Community

parmarjatin4911@gmail.com
parmarjatin4911@gmail.com

Posted on

How to install tensorrt on Jetson

Copy and paste Terminal

sudo apt update && sudo apt upgrade && sudo apt autoremove && && sudo apt install nvidia-tensorrt

you should find some python libraries installed. (ex. python3-libnvinfer)

$ apt show cache nvidia-tensorrt Package: nvidia-tensorrt Version: 4.6.2-b5 Priority: standard Section: metapackages Mainta…

Top comments (0)

Image of Stellar post

🚀 Stellar Dev Diaries Series: Episode 1 is LIVE!

Ever wondered what it takes to build a web3 startup from scratch? In the Stellar Dev Diaries series, we follow the journey of a team of developers building on the Stellar Network as they go from hackathon win to getting funded and launching on mainnet.

Read more

👋 Kindness is contagious

Value this insightful article and join the thriving DEV Community. Developers of every skill level are encouraged to contribute and expand our collective knowledge.

A simple “thank you” can uplift someone’s spirits. Leave your appreciation in the comments!

On DEV, exchanging expertise lightens our path and reinforces our bonds. Enjoyed the read? A quick note of thanks to the author means a lot.

Okay