/pandas34

:panda_face: A base docker image for your scientific data analysis projects.

Primary LanguageMakefileMIT LicenseMIT

Docker Pandas

A base docker image for your scientific data analysis projects.

What does this image provides?

Based on the Docker official Python 3.4 image, this image provides:

How can I and why should I use this image?

This image should not be used as a standalone container, but rather as a base image for your own applications/containers.

Let's say you need to develop a python web app with pandas as a dependency. Every time you need to update your python dependencies, rebuilding your container may take years when building numpy/scipy.

Pro tip: use this image to save your time!

To do so, simply base your Dockerfile on it with:

FROM williamgibb/pandas34