FROM ann-benchmarks

RUN apt-get install -y python-setuptools python-pip
RUN pip3 install voyager

RUN python3 -c 'import voyager'

