All Projects → TailorDev → docker-pandas

TailorDev / docker-pandas

Licence: MIT license
🐼 A base docker image for your scientific data analysis projects.

Programming Languages

Makefile
30231 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].