tensorflow ubuntu install

1> ubuntu 16.04 LTS  U盘安装

2> cuda 8.0 安装

      驱动安装, 需要命令行模式安装; 

      关闭XServer: /etc/init.d/lightdm stop

      禁用现有显卡驱动

      安装完毕后, /etc/init.d/lightdm start

      重启

3> cudnn 安装

4> git clone --recurse-submodules https://github.com/tensorflow/tensorflow

5> bazel 安装


你可能感兴趣的:(tensorflow ubuntu install)