Skip to content

Commit

Permalink
conda not mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 6, 2024
1 parent 7453930 commit 08a7b97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/arcgis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM pangeo/base-image:2023.01.13
# pango base will look for environment.yml and apt.txt and install

# activate notebook env that pangeo base creates
RUN conda init zsh && conda init bash

RUN mamba install -n notebook --yes -c esri 'arcgis=2.0.0'

RUN conda install -n notebook --yes -c esri 'arcgis=2.0.0'
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
jupyter labextension install [email protected]

Expand Down

0 comments on commit 08a7b97

Please sign in to comment.