A minimal python docker image based on progrium/busybox and the Anaconda Python Distribution
The total weight of theis image is 88.97. For comparison a ubuntu:14.04 base image (without python) is 195 MB in size and typical python distribution needs aproximately another 100 MBs. When you add the compilation toolchain and dependencies you get the official python docker image, which is close to 900MB in size.
The intended use of this recipe is to serve as base image for scientific stack (numpy, pandas, ipython, sklearn) applications where the conda packaging system shines. For an even smaller image see elyase/pyrun (18.44 MB)
Nothing of importance should be missing. In order to reduce the size I used a really small base image (progrium/busybox), cleaned conda cache files, deleted python .pyc files (this should be automatically regenerated but depending on your use case this could affect performance) and the tests folders (unittest is still there).
Content type
Image
Digest
sha256:204e43ac4…
Size
28.5 MB
Last updated
almost 11 years ago
docker pull elyase/conda:2.7