Skip to content

Commit 0e0422b

Browse files
committedApr 6, 2024
add arcgis to env yml
1 parent cb73824 commit 0e0422b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎images/arcgis-pangeo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ FROM pangeo/base-image:2023.01.13
44
# activate notebook env that pangeo base creates
55
RUN conda init zsh && conda init bash
66

7-
USER root
7+
# USER root
88

99
# faster solver
10-
RUN mamba install -n notebook --yes -c esri 'arcgis=2.0.0'
10+
# RUN mamba install -n notebook --yes -c esri 'arcgis=2.0.0'
1111
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
1212
jupyter labextension install arcgis-map-ipywidget@2.0.0
1313

0 commit comments

Comments
 (0)