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

🐼 A base docker image for your scientific data analysis projects.

License

Notifications You must be signed in to change notification settings

TailorDev/docker-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🐼 A base docker image for your scientific data analysis projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published