A base docker image for your scientific data analysis projects.
Based on the Docker official Python 3.4 image, this image provides:
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