From bdd79c3b01eee39d0afe8d8473b476e50e7f6e20 Mon Sep 17 00:00:00 2001 From: Rowan Gaffney Date: Tue, 7 Jul 2020 10:16:16 -0600 Subject: [PATCH] Update Dockerfile --- data_science_im_rs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_science_im_rs/Dockerfile b/data_science_im_rs/Dockerfile index 2ec0d11..3520a8e 100644 --- a/data_science_im_rs/Dockerfile +++ b/data_science_im_rs/Dockerfile @@ -57,7 +57,7 @@ COPY py_geo.yml . COPY r_geo.yml . RUN conda config --set channel_priority strict && \ conda install -c conda-forge --yes --quiet \ - 'jupyterlab>-2.0' \ + 'jupyterlab>=2.0' \ 'bokeh>=2.0' \ 'tornado' \ 'jupyter_client' \