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

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.