Skip to content
Snippets Groups Projects
Commit e631ffa6 authored by Simon van Hemert's avatar Simon van Hemert
Browse files

Attempt at update Renku version

parent 7b4555d4
No related branches found
No related tags found
No related merge requests found
...@@ -35,3 +35,8 @@ RUN conda env update -q -f /tmp/environment.yml && \ ...@@ -35,3 +35,8 @@ RUN conda env update -q -f /tmp/environment.yml && \
# Tensorboard extension # Tensorboard extension
RUN jupyter labextension install jupyterlab_tensorboard && \ RUN jupyter labextension install jupyterlab_tensorboard && \
pip install jupyter-tensorboard==0.1.10 pip install jupyter-tensorboard==0.1.10
########################################################
# Do not edit this section and do not add anything below
RUN pipx install --force renku==${RENKU_VERSION}
########################################################
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment