Im using the docker image nvidia/cuda:11.8.0-devel-ubuntu20.04, when I install tensorrt it upgrades my CUDA version 12.1. I want to stay at 11.8. I tried to target tensorrt to a specific version but that did not work. Is there anyway I can stay on CUDA 11,8 and get tensorrt support?
Dockerfile information:
rom nvidia/cuda:11.8.0-devel-ubuntu20.04
Dependencies
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install -y tensorrt
Just want to point out that I have an issue open for a similar problem where you can’t install an older version of tensorrt using the steps in the documentation.
Thank you for pointing me to your problem, they are very similar. I just think if you pull down a cuda-11.8 image from NIVIDA installing TensorRT package should not be upgrading cuda version. At the very least It should allow you to install alternative. CUDA 11.8 did run with a version of TensorRT. By the way I can get all the correct package versions our company needs on the metal.