Machine Learning Docker with SQL
1.2K
This image is based on Alpine Linux 3.6 ML image, which is only a 60MB image, and contains Python 3.6.
Download size of this image is only:
This image is based on etheleon/alpine-python3
Download size of this image is only:
$ docker run --rm etheleon/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
Size
87.3 MB
Last updated
about 8 years ago
docker pull etheleon/docker-alpine-python-ml-sql