Skip to content

Commit

Permalink
Base image for intertidal mapper (#190)
Browse files Browse the repository at this point in the history
* added new docker file

* fix comment
  • Loading branch information
jorgsk authored Apr 24, 2024
1 parent d38e3e9 commit e1466ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/d4science-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
"single-user-sobigdata-lipari23/Dockerfile"
"single-user-sobigdata-aaai24/Dockerfile"
"single-user-criticalzone/Dockerfile"
"single-user-ecologicalrestorationlab/Dockerfile"
base-image:
Expand Down
11 changes: 11 additions & 0 deletions single-user-ecologicalrestorationlab/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM quay.io/jupyter/minimal-notebook:2024-04-19 as base

# Install necessary packages
RUN mamba install -y \
netcdf4==1.6.5 \
numpy==1.26.4 \
openeo==0.28.0 \
matplotlib==3.8.3 \
xarray==2024.2.0 \
rioxarray==0.15.1 \
geopandas==0.14.3

0 comments on commit e1466ab

Please sign in to comment.