From 82bae0bca73655f0687469c4084f86b9316a91d9 Mon Sep 17 00:00:00 2001 From: Celine L Date: Mon, 4 May 2020 11:59:59 -0700 Subject: [PATCH] Install server-proxy for RStudio button --- rich-default/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/rich-default/Dockerfile b/rich-default/Dockerfile index a955a16..09e36b3 100644 --- a/rich-default/Dockerfile +++ b/rich-default/Dockerfile @@ -47,6 +47,7 @@ RUN conda env update --name base --file environment.yml --prune && \ jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.1 --no-build && \ jupyter labextension install jupyterlab_bokeh@1.0.0 --no-build && \ jupyter labextension install jupyter-matplotlib@0.5.0 --no-build && \ + jupyter labextension install @jupyterlab/server-proxy@2.0.1 --no-build && \ jupyter lab build --dev-build=False && \ npm cache clean --force && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \