Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Base Software

Use Yum to install the base software on which TensorFlow compilation depends, including GCC/G++ and Python.

  1. Use PuTTY to log in to the server as the root user.
  2. Install the base software and configure the environment variables.
    1
    yum install gcc g++ zip python vim tar wget unzip