From df8268299bfbbb935c816f38f9dcdfcadb125841 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Tue, 10 Oct 2023 17:08:31 +0900 Subject: [PATCH] version jl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89379d5..97f7956 100644 --- a/Dockerfile +++ b/Dockerfile @@ -125,7 +125,7 @@ RUN mamba install --quiet --yes \ 'scipy' \ 'scikit-image' \ 'scikit-learn' \ - 'jupyterlab==4.4.3' \ + 'jupyterlab==3.4.3' \ 'notebook==6.4.12' \ 'ipywebrtc' && \ jupyter notebook --generate-config && \