diff --git a/Dockerfile b/Dockerfile index e7b041c..0b9eeef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -109,6 +109,13 @@ WORKDIR /tmp RUN mamba install --quiet --yes \ 'notebook' \ 'jupyterhub' \ + 'numba' \ + 'cython' \ + 'matplotlib-base' \ + 'pandas' \ + 'scipy' \ + 'scikit-image' \ + 'scikit-learn' \ 'jupyterlab' && \ jupyter notebook --generate-config && \ mamba clean --all -f -y && \