Brain Scribble
  • DataAnalysis
  • Games
  • ProjectManagement
  • PythonIdioms
  • Archives

A docker container for the "Data Science at the Command Line" book


docker-data-science-at-the-command-line contains everything to build a doker container to use with the book Data Science at the Command Line.

To build the container :

cd docker-data-science-at-the-command-line
docker build -t docker-data-science-at-the-command-line .

To run the container :

docker run -v `pwd`:/data -it docker-data-science-at-the-command-line /bin/bash
more ...


    Brain Scribble
  • Tags

    • python
    • R
    • machine-learning
    • ipython-notebook
    • stats
    • hadoop
    • scikit-learn
    • algorithm
    • docker
  • Social

    • linkedin
    • github
  • Links

    • codeeval Profile
    • hackerrank Profile
    • Tableau Profile

© 2016 Stephanie W · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top