FROM jupyter/base-notebook:4a112c0f11eb
COPY *.whl /tmp/
RUN python3 -m pip install /tmp/*.whl
