Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 509 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 509 Bytes

docker

A collection of docker recipes:

  • elyase/staticpython: Probably the smallest docker image for python. The total image size is only 8.5 MB.
  • elyase/pyrun: A small docker image for python with only 18.44 MB based on pyrun.
  • elyase/conda: A light but fully functional python conda image. This is recommended if you want to use the scientific stack (numpy, pandas, ipython, sklearn) where the conda packaging system shines.

Credits

@elyase