Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 791 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 791 Bytes

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 tailordev/pandas