How to use TensorRT with non default python (python 3.6) inside container

I was wondering how to use tensorRT with a non default python installation inside of Docker. I am using the l4t-base image to create my own docker image which installs python3.7 (required for other dependencies) as one of the build steps. At runtime, tensorRT is only visible to python 3.6. I can’t seem to find the tar files necessary to install tensorRT for arm64 architectures. Thank you in advance.

Hi,

Sorry that TensorRT don’t support python 3.7 currently.
A possible WAR is to use C++ library and create a pybinding for python 3.7 with our OSS source below:

Thanks.