Created
June 6, 2016 21:33
-
-
Save paulmars/4b84335cfb967374bcf0caca76efa7ae to your computer and use it in GitHub Desktop.
Docker + Word2Vec notes
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
Mac Docker Notes | |
Install the toolkit: | |
https://www.docker.com/products/docker-toolbox | |
Docker Machine | |
- create a docker-machine (which is your OSX shim) | |
- docker-machine create --driver virtualbox default | |
- see it is there | |
- docker-machine ls | |
- inspect ENV | |
- docker-machine env default | |
- bootstrap your BASH/ZSH stuff | |
- eval "$(docker-machine env default)" | |
- run a hello world | |
- docker run hello-world | |
Word2Vec | |
Public image | |
docker run --rm williamyeh/word2vec | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment