From 33a86c87d55a1f8c8628d3bcf737d477650b5cf6 Mon Sep 17 00:00:00 2001 From: Rowan Gaffney Date: Mon, 2 Mar 2020 14:30:29 -0700 Subject: [PATCH] Update Dockerfile --- data_science_im_rs/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/data_science_im_rs/Dockerfile b/data_science_im_rs/Dockerfile index 63e4d7a..df32a4f 100644 --- a/data_science_im_rs/Dockerfile +++ b/data_science_im_rs/Dockerfile @@ -44,6 +44,7 @@ USER $NB_UID RUN conda config --set channel_priority strict && \ conda install -c conda-forge --quiet --yes 'jupyter-server-proxy' \ + 'jupyter_client==5.3.4' \ 'jupyter-archive' \ 'widgetsnbextension' \ 'nb_conda_kernels' && \