Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 631 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 631 Bytes

This is the source of the Docker image bayesimpact/pandas-base.

It is used to speed up setup when developping a project using Pandas. It prepares a container with Python 3 and Pandas latest versions as well as a good deal of PIP modules pre-installed.

If you use this image for production beware that there might be many pip modules that you won't need at all.

To use it base your Dockerfile on it with:

FROM bayesimpact/pandas-base