From ec83ca55d016262d371f0abb93119fb22af32ce6 Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Fri, 2 Aug 2024 10:42:56 +0200 Subject: [PATCH] test without start-notebook.sh --- vre-singleuser-py311/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vre-singleuser-py311/Dockerfile b/vre-singleuser-py311/Dockerfile index c564990..0888591 100644 --- a/vre-singleuser-py311/Dockerfile +++ b/vre-singleuser-py311/Dockerfile @@ -14,6 +14,7 @@ RUN conda install -y -n base mamba \ nodejs \ jupyterlab">4,<5" \ notebook"<7" \ + jupyterhub \ jsonschema \ jupyterlab_server \ jupyter_server \ @@ -31,7 +32,7 @@ RUN pip install swanoauthrenew==1.0.1 \ && jupyter server extension enable --py swanoauthrenew --sys-prefix # RUN pip install reana-client>=0.9.0 #jsonschema version cob -RUN pip install ipykernel ipywidgets PyJWT +RUN pip install ipykernel ipywidgets PyJWT dogpile.cache # RUN pip install --upgrade jupyterlab-git # RUN pip install --upgrade jupyterlab_pygments @@ -98,4 +99,4 @@ ENV JUPYTERHUB_SINGLEUSER_APP=jupyter-server WORKDIR $HOME USER $NB_UID -CMD ["vre_notebook_configuration.sh", "start-notebook.sh"] +CMD ["vre_notebook_configuration.sh"]