tensorflow安装篇

  1. 安装虚拟机redhat7u4-64 镜像文件在http://www.linuxfly.org/post/659
  2. 更换yum

    参考https://blog.csdn.net/xiaoyiaoyou/article/details/78841938

    3. 安装pip

    参考https://pip.pypa.io/en/latest/installing/  

    4. 安装tensorflow(安装包在https://storage.googleapis.com/tensorflow)可以根据自己需要选择版本,我选择的是下面这个版本

             pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp27-none-linux_x86_64.whl

             

 5. 安装完测试,正式开启tensorflow之旅

     

备注:

之前一直在6u5的环境下尝试安装,一开始是python版本低(系统自带2.6.6),后来安装了2.7python,又出现版本冲突,解决好python后又出现glibc glibcxx版本低,又升级了gcc,后来还是各种问题,索性直接装个高版本的操作系统,按照上面的步骤就装好了,哈哈哈……

1. 安装完测试,开启tensorflow之旅

原文地址:https://www.cnblogs.com/beautifullife4e/p/8761221.html