From 53366ec40a83fa377b19c51b4d27c2139f97cfc5 Mon Sep 17 00:00:00 2001 From: Krishnan R <Krishnanr1997@gmail.com> Date: Fri, 14 Jan 2022 20:36:31 +0530 Subject: [PATCH] Pin ipyparallel to last known working version Later versions add a jupyterlab extension that shows popup errors due to missing serverextension etc. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0d3b60..85735a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -99,7 +99,7 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py && \ rm get-pip.py RUN pip3 --no-cache-dir install \ - 'ipyparallel' \ + 'ipyparallel==6.3.0' \ 'notebook==6.4.2' \ 'jupyterhub==1.4.2' \ 'jupyterlab==3.0.17' \ -- GitLab