From 00822b6918f247588ca70b2ebf4f9ef42c084b3c Mon Sep 17 00:00:00 2001 From: Julian Rasch <jr662933@fh-muenster.de> Date: Sat, 2 Mar 2024 15:51:35 +0000 Subject: [PATCH] Try installing jupyterlab dash extension --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index e539c4d..363751a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,9 @@ RUN pip install jupyter-server-proxy==4.0.0 RUN pip install jupyterlab-git==0.42.0 RUN pip install jupyterlab-gitlab==3.0.0 +# Install jupyterlab-dash +RUN jupyter labextension install jupyterlab-dash + +# Copy and install additional Python packages COPY requirements.txt requirements.txt RUN pip install --no-cache-dir -r requirements.txt -- GitLab