Skip to content

asmsoares/machine-learning-alpine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine Container for Machine Learning

GitHub issues GitHub license Twitter

What is include

  • Python 3.5
  • NumPy
  • SciPy
  • Scikit-learn
  • Pandas
  • Matplotlib
  • Seaborn
  • XGBoost
  • Jupyter Notebook

All in only ~200 MB :)

Running the container

Simply run the following command and open your browser in http://localhost:8888.

docker run -it \
           -v $(PWD):/notebooks \
           -p 8888:8888 \
           petronetto/machine-learning-alpine

Or

  • Clone this repository: git clone git@github.com:Petronetto/machine-learning-alpine.git

  • Enter in project folder: cd machine-learning-alpine

  • Run: docker-composer up and open your browser in http://localhost:8888

See the Welcome.ipynb to see the package versions.

If you want work with TensorFlow, you can see my other containers: https://github.com/petronetto/tensorflow-alpine

Enjoy :)

License: MIT

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%