Ubuntu 16.04 Cuda8.0 tensorflow-gpu

**[ This tutorial is old, please move here] **ubuntu16.04 install CUDA

**[ This tutorial is old, please move here] **ubuntu16.04 Install CUDA

**[ This tutorial is old, please move here] **ubuntu16.04 Install CUDA

**[ This tutorial is old, please move here] **ubuntu16.04 install CUDA

**[ This tutorial is old, please move here] **ubuntu16.04 install CUDA

[11.09.2016 Update, after updating the source, upgrade)

[11.07.2016 Update possible errors]

[10.16.2016 Update]

ubuntu 16.04 python 2.7 cuda7.5/Cuda8.0 tensorflow-gpu

Recently, I have been matching the framework of deep learning. After a week, I finally matched it. There were n detours in the middle.

The installation is introduced below:

1- > : Ready to work:

sudo apt-get install git vim sudo apt-get install freeglut3-dev build-essential libx11-dev libxmu-dev libxi-dev libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev

2- >: Install nvidia driver:

I spent about 3.4 days here. I don’t want to be pitted. The main problem is that after installing the driver, I am stuck on the login interface and cannot enter. At the end I saw someone mentioned turning off Secury Boot, and then I turned it off before entering.

3- > Install CUDA8.0

4- > Install cudnn4.0 Install cudnn5.1 (the official tensorflow0.10.0 is compiled with cuda7.5 and cudnn5.1)

5- > Install bazel (If you don’t plan to compile the source code to install tensorflow, you don’t need to install bazel. We don’t use source code to install tensorflow here.)

6- > Install tensorflow

7- > Possible errors:

Error message:

failed call to cuInit: CUDA_ERROR_UNKNOWN in python programs using Ubuntu bumblebee

Recommended Posts

Ubuntu 16.04 Cuda8.0 tensorflow-gpu
Ubuntu18.04 perfectly builds Tensorflow-gpu
Coexistence of CUDA8.0 and CUDA9.0 under Ubuntu 16.04
How to install cuda10.1 driver in Ubuntu
Installation and uninstallation of CUDA under Ubuntu 16.04
Ubuntu software
Ubuntu20.04 steps to install cuda10.1 (graphic tutorial)
Detailed tutorial for installing CUDA9.0 on Ubuntu 16.04
Linux (ubuntu 12.04)
Install and uninstall CUDA and CUDNN on Ubuntu
GPU programming (1): CUDA8.0 environment construction under Ubuntu