Skip to content

Commit

Permalink
try mamba again
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 7, 2024
1 parent c244627 commit b1c593c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 4 additions & 6 deletions images/arcgis-pangeo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
# make sure we install in the notebook environment which is default in the
# Openscapes image
COPY environment.yml arcgis-environment.yml
Expand Down
1 change: 1 addition & 0 deletions images/arcgis-pangeo/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ channels:
- esri
dependencies:
- jupyterlab=2.2.9
- conda=22.9.0
- esri::arcgis=2.0.0
- jupytext

0 comments on commit b1c593c

Please sign in to comment.