From ae4cb2f45fbea7fc939f6c8c9ed95e0ed56fa09e Mon Sep 17 00:00:00 2001
From: YuviPanda <yuvipanda@gmail.com>
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
---
 deployments/datahub/images/default/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deployments/datahub/images/default/Dockerfile b/deployments/datahub/images/default/Dockerfile
index 113f2a0b9..c5f401d1a 100644
--- a/deployments/datahub/images/default/Dockerfile
+++ b/deployments/datahub/images/default/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