Skip to content

Instantly share code, notes, and snippets.

@paulmars
Created June 6, 2016 21:33
Show Gist options
  • Save paulmars/4b84335cfb967374bcf0caca76efa7ae to your computer and use it in GitHub Desktop.
Save paulmars/4b84335cfb967374bcf0caca76efa7ae to your computer and use it in GitHub Desktop.
Docker + Word2Vec notes
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