Installing the Base Software
Use Yum to install the base software on which TensorFlow compilation depends, including GCC/G++ and Python.
- Use PuTTY to log in to the server as the root user.
- Install the base software.
1yum install gcc g++ git python tar
Parent topic: Configuring the Compilation Environment