From 2e1beca6b0198ad14a88c87880eb7b815a5a1846 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 11 Feb 2023 19:26:30 -0800 Subject: [PATCH] removed useless plugin --- jupyter/build/plugins.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/jupyter/build/plugins.Dockerfile b/jupyter/build/plugins.Dockerfile index 0004de9..c8f8045 100644 --- a/jupyter/build/plugins.Dockerfile +++ b/jupyter/build/plugins.Dockerfile @@ -6,7 +6,6 @@ USER ${NB_UID} RUN mamba install --yes \ "jupyterlab-git" \ - "jupyterlab-link-share" \ && \ # Cleanup mamba clean --all -f -y && \