Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Apr 16, 2024
1 parent 0ebdd0f commit 12656db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/arcgis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

FROM jupyter/base-notebook:lab-2.2.9
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source=https://github.com/nmfs-opensci/container-images/arcgis
LABEL org.opencontainers.image.description="ArcGIS Python module image that will run in a JupyterHub"
LABEL org.opencontainers.image.licenses=Apache2.0

FROM jupyter/base-notebook:lab-2.2.9

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

Expand Down

0 comments on commit 12656db

Please sign in to comment.