FROM stimela/meqtrees:1.2.0
RUN docker-apt-install python3-pip \
                       python3-numpy

RUN pip3 install --upgrade numpy
RUN pip3 install aimfast==1.0rc11
