我要评分
获取效率
正确性
完整性
易理解

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.
    1
    yum install gcc g++ git python tar