Skip to content
Snippets Groups Projects
Commit 361f067e authored by Mirko Birbaumer's avatar Mirko Birbaumer
Browse files

updated version of renku and jupyterlab

parent 9bb88a7c
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,12 @@ RUN conda env update -q -f /tmp/environment.yml && \
# Tensorboard extension
RUN jupyter labextension install jupyterlab_tensorboard && \
pip install jupyter-tensorboard==0.1.10
pip install jupyter-tensorboard==0.2.0
# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG RENKU_VERSION=0.15.1
ARG RENKU_VERSION=0.16.1
########################################################
# Do not edit this section and do not add anything below
......
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