From 2c45f6996bff49566bdefea7ddf279e77ceb63f7 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Wed, 1 Feb 2023 17:09:59 +0100 Subject: [PATCH] added plugins --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0b9eeef..00921da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -128,6 +128,11 @@ RUN mamba install --quiet --yes \ ENV JUPYTER_PORT=8888 EXPOSE $JUPYTER_PORT +RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-theme +RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-data-pool +RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-training +RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-synthetic-data + # Configure container startup CMD ["start-notebook.sh"]