I am trying to install TensorRT 5.0.2.6 GA for Ubuntu 1804 and CUDA 10.0 DEB local repo packages with my CUDA 10.1 installation. I get this error:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:
The following packages have unmet dependencies:
tensorrt : Depends: libnvinfer5 (= 5.0.2-1+cuda10.0) but it is not going to be installed
Depends: libnvinfer-dev (= 5.0.2-1+cuda10.0) but it is not going to be installed
Depends: libnvinfer-samples (= 5.0.2-1+cuda10.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
The package seems to have dependencies to CUDA 10.0 which is expected but is there anyway to force install TensorRT by bypassing the requirement check.
Thank you