Skip to content

Commit

Permalink
test without start-notebook.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Aug 2, 2024
1 parent 1392b31 commit ec83ca5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vre-singleuser-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN conda install -y -n base mamba \
nodejs \
jupyterlab">4,<5" \
notebook"<7" \
jupyterhub \
jsonschema \
jupyterlab_server \
jupyter_server \
Expand All @@ -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
Expand Down Expand Up @@ -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"]

0 comments on commit ec83ca5

Please sign in to comment.