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 && \