ARG DOCKER_REPO

FROM $DOCKER_REPO/python

RUN pip3 install qiskit==0.31.0
RUN pip3 install qiskit-ibmq-provider>=0.13.0
