Fixed binder dependecies

This commit is contained in:
Ganesh Gore 2023-07-16 21:54:30 -06:00
parent d7aa6a2f52
commit f16b16c5ba
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM ghcr.io/lnis-uofu/openfpga-master:8d555772
# Install node js # Install node js
USER root 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 curl -fsSL https://code-server.dev/install.sh | sh
RUN apt-get install -y nodejs RUN apt-get install -y nodejs
RUN apt-get install tree 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 notebook
RUN python3 -m pip install --user --no-cache-dir jupyterlab 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 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-server-proxy
RUN python3 -m pip install --user --no-cache-dir jupyter-vscode-proxy RUN python3 -m pip install --user --no-cache-dir jupyter-vscode-proxy