본문 바로가기

Enginius/Python&TensorFlow

Install TensorFlow with GPU

Using NVIDIA TITAN X with CUDA 7.0


sudo apt-get update -y

sudo apt-get upgrade -y

sudo apt-get install python-pip -y

sudo apt-get install python3-pip -y

sudo apt-get install npm nodejs-legacy -y

sudo pip3 install jupyter

sudo npm install -g configurable-http-proxy

sudo pip3 install jupyterhub

sudo apt-get install git -y


___________________________________________________________________

Before configuring JupyterHub, let's install TensorFlow with GPU. 


sudo apt-get install python-dev -y

sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.8.0rc0-cp34-cp34m-linux_x86_64.whl