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"]