From abcc9f9c93bab7914de54c50769a91f42553edd8 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 19 Nov 2021 19:49:50 +0530 Subject: [PATCH] Bump jupyterlab-link-share on datahub image For use with data100 hub primarily. Brings in https://github.com/jupyterlab-contrib/jupyterlab-link-share/pull/21 and https://github.com/jupyterlab-contrib/jupyterlab-link-share/pull/24 Ref https://github.com/berkeley-dsep-infra/datahub/issues/3027 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 113f2a0..c5f401d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -256,8 +256,8 @@ ADD ipython_config.py ${IPYTHONDIR}/ipython_config.py RUN jupyter nbextension enable --py --sys-prefix qgrid # Temporarily install newer version of jupyterlab-link-share -# https://github.com/jupyterlab-contrib/jupyterlab-link-share/pull/21 -RUN pip install git+https://github.com/yuvipanda/jupyterlab-link-share@7aaae98f3243a19e0755c966c2b018e3369e4611 +# Move this back to just installing off infra-requirements once we are a bit stable +RUN pip install -U jupyterlab-link-share==0.2.3 EXPOSE 8888