Trouble Installing TensorRT 5.1 RC in a Google Tensorflow container

I downloaded nv-tensorrt-repo-ubuntu1604-cuda10.0-trt5.1.2.2-rc-20190227_1-1_amd64.deb and am attempting to install into a container based on google’s tensorflow/tensorflow:/1.13.1-gpu-py3 container image, which has cuda 10.0.

I got through all these steps in the installation guide:
sudo dpkg -i
nv-tensorrt-repo-ubuntu1x04-cudax.x-trt5.1.x.x-rc-yyyymmdd_1-1_amd64.deb
$ sudo apt-key add /var/nv-tensorrt-repo-cudax.x-trt5.1.x.x-rcyyyymmdd/
7fa2af80.pub

sudo apt-get update

But when I got to here to this, I got the following error:
sudo apt-get install tensorrt

The following packages have unmet dependencies:
tensorrt : Depends: libnvinfer5 (= 5.1.2-1+cuda10.0) but 5.1.2-1+cuda10.1 is to be installed
Depends: libnvinfer-dev (= 5.1.2-1+cuda10.0) but 5.1.2-1+cuda10.1 is to be installed
E: Unable to correct problems, you have held broken packages.

I’d sure love to try out the RC1 since it supports many more TF ops.

BTW – I see a similar query: https://devtalk.nvidia.com/default/topic/1049509/container-tensorrt/problem-in-installing-tensorrt-in-docker/

Thanks in advance,

Nevermind. I just installed cuda 10.1 and then nv-tensorrt-repo-ubuntu1604-cuda10.1-trt5.1.2.2-rc-20190227_1-1_amd64.deb