FROM ann-benchmarks

RUN pip3 install scikit-learn
RUN python3 -c 'import sklearn'
