FROM ann-benchmarks

RUN pip3 install scipy
RUN python3 -c 'import scipy'
