From 73dd80502d79826418bc1f7734387b9abaa48302 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Wed, 1 Feb 2023 16:57:31 +0100 Subject: [PATCH] added packages --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) 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 && \