Install tensorflow 1.8 and tensorrt

I am using a Jetson tx2 and have a Jetpack 4.2. This has a tensorflow of 2.0 and a tensorrt of 5.x installed.

How do you install tenssorflow 1.8 and corresponding tensorrt?

tensionorlow->tensorflow

Hi,

For JetPack4.2, we have several prebuilt TensorFlow package here:
https://developer.download.nvidia.com/compute/redist/jp/v42/tensorflow-gpu/

There are v1.13, v1.14 and v1.15, however, we don’t have v1.18.
If the version is essential for you, please build it from source.

TensorRT package is followed by the JetPack version you used.
For JetPack4.2, the TensorRT version is 5.x.

Thanks.