FROM ann-benchmarks

RUN pip3 install --upgrade pip
RUN pip3 install scann
RUN python3 -c 'import scann'
