FROM stimela/base:0.2.7
RUN pip install astropy \
        numpy \
        scipy \
        futures \
        scikit-image

RUN pip install git+https://github.com/SpheMakh/cleanmask
