Small Docker image with Python Machine Learning tools (~180MB)
100K+
This image is based on Alpine Linux Python 3.5 image, which is only a 60MB image, and contains popular Machine Leaning tools:
Download size of this image is only:
$ 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!
Content type
Image
Digest
sha256:9b640992c…
Size
140.1 MB
Last updated
over 1 year ago
docker pull frolvlad/alpine-python-machinelearning