FROM python:2.7.13 ADD requirements.txt /asv/requirements.txt RUN pip install -r /asv/requirements.txt ADD . /asv/ WORKDIR /asv/ CMD /asv/launch.sh