Problem with Tensorflow installation for Jetpack 4.2

After trying to install tensorflow on Jetson TX2 following the page: https://docs.nvidia.com/deeplearning/dgx/install-tf-jetsontx2/index.html

It successfully installs Tensorflow-gpu but gives the following error while trying to verify the installation:-
ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
Failed to load the native TensorFlow runtime.

Jetson TX2 was flashed with Jetpack 4.2 which has CUDA 10.0 and Ubuntu 18.04, Please provide the correct steps to install Tensorflow for this setup…
Thank you

Hi,

The command may be out-of-date.
Please install the TensorFlow with the command here:
[url]https://devtalk.nvidia.com/default/topic/1038957/jetson-tx2/tensorflow-for-jetson-tx2-/post/5278617/#5278617[/url]

Thanks.