From 5c4f00c2eb31bae6d8401ab504c022d1ec9ae87b Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Tue, 10 Oct 2023 20:14:37 +0900 Subject: [PATCH] add jh --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be7c8dc..83ec051 100644 --- a/Dockerfile +++ b/Dockerfile @@ -114,6 +114,8 @@ RUN CONDA_OVERRIDE_CUDA="11.2" conda install tensorflow-gpu==2.11.0 -c conda-for RUN CONDA_OVERRIDE_CUDA="11.2" conda install -c conda-forge pytorch-gpu WORKDIR /tmp RUN mamba install --quiet --yes \ + 'notebook==6.4.12' \ + 'jupyterhub==2.3.1' \ 'mathjax' \ 'voila' \ 'jupyterlab-git' \ @@ -126,7 +128,6 @@ RUN mamba install --quiet --yes \ 'scikit-image' \ 'scikit-learn' \ 'jupyterlab==3.4.3' \ - 'notebook==6.4.12' \ 'ipywebrtc' && \ jupyter notebook --generate-config && \ mamba clean --all -f -y && \