Last active
November 19, 2015 20:59
-
-
Save Budincsevity/593000c862b92a533dce to your computer and use it in GitHub Desktop.
Install TensorFlow on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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