Tensorflow compatiblity with tensorrt and cuda

Hi , i have tensorflow that is 2.11 with CUDA 11.7 and tensorrt 8.6.1 and i am trying to import tensorflow but i faced this error :
Could not load dynamic library ‘libnvinfer.so.7’

Hi @Noran,

I would suggest to use docker images from Nvidia NGC containers with Tensorrt build within and also it has support matrix for the container tags for what cuda versions are supported that would help you figure out what versions are suitable to your needs. Hope this helps.

Thanks