Skip to content

Commit

Permalink
I think I need an earlier vrs of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 6, 2024
1 parent 892d029 commit 5a0798f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
13 changes: 6 additions & 7 deletions images/arcgis-pangeo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ 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 update -n base -c conda-forge conda=22.9.0

RUN conda install --yes -c esri 'arcgis=2.0.0' && \
conda clean --all -f -y

RUN conda install --yes jupytext && \
conda clean --all -f -y
# make sure we install in the notebook environment which is default in the
# Openscapes image
COPY environment.yml arcgis-environment.yml
RUN mamba env update --name notebook -f arcgis-environment.yml && mamba clean --all
RUN rm arcgis-environment.yml

RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
jupyter labextension install [email protected]
7 changes: 7 additions & 0 deletions images/arcgis-pangeo/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: arcgis
channels:
- conda-forge
dependencies:
- jupyterlab=2.2.9
- esri::arcgis=2.0.0
- jupytext

0 comments on commit 5a0798f

Please sign in to comment.