From f16b16c5baed5bf11decad142f7a736a06ccaf59 Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Sun, 16 Jul 2023 21:54:30 -0600 Subject: [PATCH] Fixed binder dependecies --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c7500540..b1901b95a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/lnis-uofu/openfpga-master:8d555772 # Install node js USER root -RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - RUN curl -fsSL https://code-server.dev/install.sh | sh RUN apt-get install -y nodejs RUN apt-get install tree @@ -49,7 +49,7 @@ RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --user --no-cache-dir notebook RUN python3 -m pip install --user --no-cache-dir jupyterlab RUN python3 -m pip install --user --no-cache-dir jupyterhub -RUN python3 -m pip install --user --no-cache-dir "jupyter-server<2.0.0" +RUN python3 -m pip install --user --no-cache-dir jupyter-server RUN python3 -m pip install --user --no-cache-dir jupyter-server-proxy RUN python3 -m pip install --user --no-cache-dir jupyter-vscode-proxy