Skip to content

Commit b1c593c

Browse files
committedApr 7, 2024
try mamba again
1 parent c244627 commit b1c593c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
 

‎images/arcgis-pangeo/Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ FROM openscapes/python:f577786
55

66
USER ${NB_USER}
77

8-
RUN conda install --yes -c conda-forge 'jupyterlab=2.2.9' && \
9-
conda clean --all -f -y
8+
#RUN conda install --yes -c conda-forge 'jupyterlab=2.2.9' 'conda=22.9.0' && \
9+
# conda clean --all -f -y
1010

11-
RUN conda install --yes 'arcgis=2.0.0' -c esri -c conda-forge && \
12-
conda clean --all -f -y
11+
#RUN conda install --yes 'arcgis=2.0.0' -c esri -c conda-forge && \
12+
# conda clean --all -f -y
1313

14-
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
15-
jupyter labextension install arcgis-map-ipywidget@2.0.0
1614
# make sure we install in the notebook environment which is default in the
1715
# Openscapes image
1816
COPY environment.yml arcgis-environment.yml

‎images/arcgis-pangeo/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ channels:
44
- esri
55
dependencies:
66
- jupyterlab=2.2.9
7+
- conda=22.9.0
78
- esri::arcgis=2.0.0
89
- jupytext

0 commit comments

Comments
 (0)