how to select the version of tensorflow_gpu?

Hello,my name is Lee.
I met a problem when I was installing tensorflow. My system is Linux_x86_64/CUDA 10.2.89/CUDNN 7.6.5. I need install tensorflow-gpu, but i cannot find the suitable version of tensorflow-gpu for CUDA 10.2. What should I do? Need I uninstall the CUDA10.2 to install a lower version of CUDA for tensorflow-gpu?
If you have the solution pelease tell me. Thank you!

Hi,

Please refer to below link for Tensorflow installation:
https://www.tensorflow.org/install/gpu

Also, I will recommend you to use NGC to reduce any host-side dependencies.
https://docs.nvidia.com/deeplearning/frameworks/tensorflow-release-notes/rel_19.12.html#rel_19.12

Thanks