Skip to content

Commit

Permalink
add startpnotebook againg and install custom version of reana-clients
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Aug 8, 2024
1 parent ec83ca5 commit f027f9a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions vre-singleuser-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN conda install -y -n base mamba \
nodejs \
jupyterlab">4,<5" \
notebook"<7" \
jupyterhub \
#jupyterhub \
jsonschema \
jupyterlab_server \
jupyter_server \
Expand All @@ -32,7 +32,9 @@ 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 dogpile.cache
RUN pip install ipykernel ipywidgets PyJWT
RUN pip install git+https://github.com/mdonadoni/reana-client.git@vre-summer-24
#dogpile.cache

# RUN pip install --upgrade jupyterlab-git
# RUN pip install --upgrade jupyterlab_pygments
Expand Down Expand Up @@ -99,4 +101,4 @@ ENV JUPYTERHUB_SINGLEUSER_APP=jupyter-server
WORKDIR $HOME
USER $NB_UID

CMD ["vre_notebook_configuration.sh"]
CMD ["vre_notebook_configuration.sh", "start-notebook.sh"]

0 comments on commit f027f9a

Please sign in to comment.