FROM python:3

RUN pip3 install pandas

COPY aql-experiment-baseline.py /

