I am trying to install tensorrt on a docker container but struggling to. When I check for it locally outside of a container, I can find it and confirm my version as 8.5.2.2.
How can I install it on the docker container using a Docker File?
I tried doing python3 install tenssort but was running into errors