Tensoflow for jetpack3.2.1

My tx2 is Jetpack3.2.1python3.5, I want to install tensorflow-gpu1.8.0, how do I install it, the wheel connection I found in the forum has been invalid, can you send me a copy?

Hi,

You can install TensorFlow 2.1 with this command:

$ sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v43 tensorflow==2.1.0+nv20.3

For more information, please check this document:
https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html

Thanks.