FROM aisiuk/inspect-tool-support

RUN mkdir -p /workspace
WORKDIR /workspace

# install libraries needed for evaluation
RUN pip install odfpy==1.4.1
