Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Below command line functions shows how to install Tensorflow on Centos 7. For your information, below guide is based on Tensorflow version 1.12.0.

STEP 1. Install Python, PIP and associated components

...

Code Block
pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-01.1012.0rc0-cp35-cp35m-linux_x86_64.whl

Reference: https://gist.github.com/87170360/0d445ae4100c2686067ee56901b42f9b

STEP 4. Upgrade Tensorflow in latest version

...