What needs to happen?
Build the docker container with all the necessary dependencies for tensorRT frameworks during run time. This would make the testing easier if there is any change in the dependencies such that container can be build with those changes and can be tested on the code.
Right now, the base image to build the Docker container for the Tensor RT has Python 3.8 as default. Add support for Python 3.7 and Python 3.9 as well.
Issue Priority
Priority: 2
Issue Component
Component: testing