diff --git a/Dockerfile b/Dockerfile
index 9cd68a4812c42f25418ac556c9922079dac642f3..8f1fdd4627901d8facf947af4a91001c39c2e0d6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ RUN conda env update -q -f /tmp/environment.yml && \
     
 # Tensorboard extension
 RUN jupyter labextension install jupyterlab_tensorboard && \
-    pip install jupyter-tensorboard==0.2.0
+    pip install jupyter-tensorboard==0.1.10
 
 # RENKU_VERSION determines the version of the renku CLI
 # that will be used in this image. To find the latest version,