TensorRT in Docker container for Jetson Nano

Hello all, Whats the best way for getting TensorRT installed in a docker container for Jetson Nano? There doesn’t seem to be a docker image available with TensorRT installed for arm devices. Looks like JetPack has it but was wondering if there is an easier way to install it automatically in Dockerfile.

Thanks.

Hi,

You can give Deepstream container a try:
https://ngc.nvidia.com/catalog/containers/nvidia:deepstream-l4t

It has preinstalled TensorRT package but only c++ library.
Thanks.