From 79b1ae7b5ac3c45f99e4ec03dad2236a63187d95 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Tue, 10 Oct 2023 08:03:54 +0900 Subject: [PATCH] revert to 3.4.3 --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1453220..3ee3884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,9 @@ -ARG LAB_IMAGE=jupyter/datascience-notebook:lab-3.5.2 +ARG LAB_IMAGE=jupyter/datascience-notebook:lab-3.4.3 FROM ${LAB_IMAGE} RUN echo "install custom extensions" 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 \ No newline at end of file +RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-synthetic-data +RUN pip install ipywebrtc opencv-python-headless jupyterlab-git