Installing tensorflow with conda

Install miniconda2 (if required):

Download miniconda2 and install it: bash Miniconda2-latest-Linux-x86_64.sh

Create a conda environment:

conda create --name tensorflow-gpu python=2.7

Activate the created environment:

cd miniconda2/bin
source activate ../envs/tensorflow-gpu

Install tensorflow:

conda install tensorflow-gpu
If you want to ask me a question or leave me a message add @bougui505 in your comment.