Skip to content

Instantly share code, notes, and snippets.

@johndpope
Last active January 9, 2017 16:38
Show Gist options
  • Save johndpope/97c41356639e7add93dd3c05c8f7da8f to your computer and use it in GitHub Desktop.
Save johndpope/97c41356639e7add93dd3c05c8f7da8f to your computer and use it in GitHub Desktop.
install homebrew / cask / virtualbox / deep learning for cpu https://github.com/johndpope/dl-docker
# ML Datasets https://docs.google.com/spreadsheets/d/1AQvZ7-Kg0lSZtG1wlgbIsrm90HaTZrJGQMz-uKRRlFw/edit#gid=0
# sudo chmod 777 install-dl-docker.sh
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install caskroom/cask/brew-cask
brew cask install virtualbox
brew install docker docker-machine
echo "Make sure Docker is running"
# https://cloud.githubusercontent.com/assets/289994/21757103/01231e8e-d5f8-11e6-9adc-a6163766ec1b.png
sudo mkdir ~/osx
# You can configure shared paths from Docker -> Preferences... -> File Sharing.
docker pull floydhub/dl-docker:cpu
docker run -it -p 8888:8888 -p 6006:6006 -v ~/osx floydhub/dl-docker:cpu bash
@johndpope
Copy link
Author

screen shot 2017-01-08 at 23 35 50

from here - you can reach the docker container using
0.0.0.0:8000 on local computer

screen shot 2017-01-08 at 23 36 31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment