FROM python
RUN mkdir /code
WORKDIR /code
ARG PYHF_VERSION="0.1.2"
RUN pip3 install pyhf==$PYHF_VERSION