From ba76b7ca8ea9386832b47fc83b5d09ca263ead09 Mon Sep 17 00:00:00 2001 From: Anil Natha Date: Tue, 7 Feb 2023 13:10:56 -0800 Subject: [PATCH] Added an innocuous change to retrigger the build pipeline to test the addition of ipyleaflet to our Jupyter workspaces. The prior image build didn't work because we recently changed the names of our branches. --- jupyterlab3/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab3/docker/Dockerfile b/jupyterlab3/docker/Dockerfile index 7d14bdf..52d6f61 100644 --- a/jupyterlab3/docker/Dockerfile +++ b/jupyterlab3/docker/Dockerfile @@ -37,7 +37,7 @@ RUN chmod g+w /etc/passwd ############################### # Non Custom Jupyter Extensions. ############################### -RUN mamba install -c conda-forge plotly=5.5.0 jupyterlab_widgets=1.0.2 jupyterlab-git=0.34.2 ipyleaflet@0.17.2 +RUN mamba install -c conda-forge plotly=5.5.0 jupyterlab_widgets=1.0.2 jupyterlab-git=0.34.2 ipyleaflet@0.17.2 RUN jupyter labextension install --no-build jupyterlab-plotly@5.5.0 RUN npm install typescript -g RUN pip install xmltodict