FROM stimela/base:1.0.1
RUN docker-apt-install python-numpy python-casacore
RUN pip install -U numpy scipy python-casacore
RUN pip install --no-deps git+https://github.com/bennahugo/RFIMasker

