1.首先安装cuda,建议用deb包,会自动帮你安装显卡驱动,而且不用执行什么关闭显示器的操作,比run文件简单的多
2.然后去官网下载对应版本的cudnn(我用的是cuda8.0+cudnn5.1)
3.查询对应的tensorflow版本
https://www.tensorflow.org/install/install_sources#common_installation_problems
(我的对应1.2.0版本)
4.安装pip
$ sudo apt-get install python-pip python-dev build-essential
$ sudo pip install --upgrade pip
5.tensorflow安装
查询tensorflow下载链接
https://mirrors.tuna.tsinghua.edu.cn/help/tensorflow/
输入你第三步找到的tensorflow对应版本以及你的python版本等信息即可查询
执行该命令,即可安装tensorflow