We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb73824 commit 0e0422bCopy full SHA for 0e0422b
images/arcgis-pangeo/Dockerfile
@@ -4,10 +4,10 @@ FROM pangeo/base-image:2023.01.13
4
# activate notebook env that pangeo base creates
5
RUN conda init zsh && conda init bash
6
7
-USER root
+# USER root
8
9
# faster solver
10
-RUN mamba install -n notebook --yes -c esri 'arcgis=2.0.0'
+# RUN mamba install -n notebook --yes -c esri 'arcgis=2.0.0'
11
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
12
jupyter labextension install arcgis-map-ipywidget@2.0.0
13
0 commit comments