Skip to content

Instantly share code, notes, and snippets.

@Budincsevity
Last active November 19, 2015 20:59
Show Gist options
  • Save Budincsevity/593000c862b92a533dce to your computer and use it in GitHub Desktop.
Save Budincsevity/593000c862b92a533dce to your computer and use it in GitHub Desktop.
Install TensorFlow on Windows
1.) Download and install Docker Toolbox for Windows
2.) Run the folowing commands to create a Docker virtual machine in cmd:
docker-machine create vdocker -d virtualbox
FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd vdocker') DO %i
docker run -it b.gcr.io/tensorflow/tensorflow
3.) Run python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment