Skip to content

AvishaiW/docker-alpine-python-machinelearning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls

Python Machine Learning tools Docker image

This image is based on Alpine Linux Python 3.5 image, which is only a 60MB image, and contains popular Machine Leaning tools:

  • numpy
  • pandas
  • scipy
  • scikit-learn

Download size of this image is only:

Usage Example

$ docker run --rm frolvlad/alpine-python-machinelearning python3 -c 'import numpy; print(numpy.arange(3))'

Once you have run this command you will get printed array([0, 1, 2]) from Python!

About

Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%