From 7e63215e42a91ca32a23e61898048bc201d9c69a Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Tue, 10 Oct 2023 16:09:51 +0900 Subject: [PATCH] downgrade voila --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97fc046..114b487 100644 --- a/Dockerfile +++ b/Dockerfile @@ -145,7 +145,7 @@ RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/p #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 RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-announcement -RUN pip install voila +RUN pip install voila==0.3.7 # Configure container startup CMD ["start-notebook.sh"]