FROM stencila/executa-midi:20201127.1

COPY requirements.txt requirements.txt
USER root
RUN pip3 install --requirement requirements.txt
USER guest
