安装基础软件
本章节使用Yum源方式安装GCC/G++、Python等编译TensorFlow所依赖的基础软件。
使用PuTTY工具,以root用户登录服务器。
执行以下命令安装基础软件。
1
yum
install
gcc
g++
git
python
tar
父主题:
配置编译环境