diff --git a/Dockerfile b/Dockerfile
index 33e043dae8077141339f8e568877970df9193374..b02c62700043b929270dfe6bac7f3a25b8c16daf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,3 +35,8 @@ RUN conda env update -q -f /tmp/environment.yml && \
 # Tensorboard extension
 RUN jupyter labextension install jupyterlab_tensorboard && \
     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}
+########################################################