Skip to content

Commit

Permalink
Add Dockerfile with necessary packagesand example notebooks (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: irfan-farmer <“khan@dkrz-de”>
  • Loading branch information
irfan-farmer and irfan-farmer authored Jan 27, 2025
1 parent ffba376 commit 30d31a2
Show file tree
Hide file tree
Showing 6 changed files with 3,640 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 @@ -28,6 +28,7 @@ jobs:
"single-user-sobigdata-itineris-evs/Dockerfile"
"single-user-sobigdata-itinerisclima/Dockerfile"
"single-user-d4science-jericocore/Dockerfile"
"single-user-d4science-dkrzwps/Dockerfile"
base-image:
Expand Down
24 changes: 24 additions & 0 deletions single-user-d4science-dkrzwps/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
FROM quay.io/jupyter/minimal-notebook:2024-04-19

# Install necessary Python packages using pip
RUN pip install --no-cache-dir \
numpy \
pandas \
xarray \
intake \
intake-esm \
folium \
hvplot \
requests \
ipywidgets \
aiohttp \
pyproj \
pyparsing \
zarr \
fsspec \
geopy \
rooki

# Copy sample notebooks to the working directory
COPY notebooks/ /home/jovyan/work/

Loading

0 comments on commit 30d31a2

Please sign in to comment.