From b1c593cee25e5ff9a37f0932565f5e14e198ffce Mon Sep 17 00:00:00 2001 From: Eli Holmes Date: Sat, 6 Apr 2024 17:00:39 -0700 Subject: [PATCH] try mamba again --- images/arcgis-pangeo/Dockerfile | 10 ++++------ images/arcgis-pangeo/environment.yml | 1 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/images/arcgis-pangeo/Dockerfile b/images/arcgis-pangeo/Dockerfile index b3eb809..1af7b90 100644 --- a/images/arcgis-pangeo/Dockerfile +++ b/images/arcgis-pangeo/Dockerfile @@ -5,14 +5,12 @@ FROM openscapes/python:f577786 USER ${NB_USER} -RUN conda install --yes -c conda-forge 'jupyterlab=2.2.9' && \ - conda clean --all -f -y +#RUN conda install --yes -c conda-forge 'jupyterlab=2.2.9' 'conda=22.9.0' && \ +# conda clean --all -f -y -RUN conda install --yes 'arcgis=2.0.0' -c esri -c conda-forge && \ - conda clean --all -f -y +#RUN conda install --yes 'arcgis=2.0.0' -c esri -c conda-forge && \ +# conda clean --all -f -y -RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \ - jupyter labextension install arcgis-map-ipywidget@2.0.0 # make sure we install in the notebook environment which is default in the # Openscapes image COPY environment.yml arcgis-environment.yml diff --git a/images/arcgis-pangeo/environment.yml b/images/arcgis-pangeo/environment.yml index 8004621..14f987f 100644 --- a/images/arcgis-pangeo/environment.yml +++ b/images/arcgis-pangeo/environment.yml @@ -4,5 +4,6 @@ channels: - esri dependencies: - jupyterlab=2.2.9 + - conda=22.9.0 - esri::arcgis=2.0.0 - jupytext