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 12656db commit 5829d99
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion images/echopype/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# A pangeo base Python 3.10 image
# A pangeo base Python 3.10 + geospatial image
FROM openscapes/python:4f340eb
LABEL org.opencontainers.image.maintainers="[email protected]"
LABEL org.opencontainers.image.authors="Wu-Jung Lee + echopype team"
LABEL org.opencontainers.image.source=https://github.com/nmfs-opensci/container-images/echopype
LABEL org.opencontainers.image.description="Tooling for ocean sonar data processing in Python"
LABEL org.opencontainers.image.licenses=Apache2.0

# holoviews is out of date in the openscapes image
RUN mamba update -c conda-forge --name notebook holoviews
RUN mamba update -c conda-forge --name notebook hvplot

# The default conda env on the openscapes image is notebook
# Pin echopype so the examples run
RUN mamba install -c conda-forge --name notebook cmocean
RUN mamba install -c conda-forge --name notebook echopype=0.8.1

0 comments on commit 5829d99

Please sign in to comment.