Skip to content

Commit

Permalink
Amendments for gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
EGI-ILM committed Mar 12, 2024
1 parent f2540e6 commit a6e297f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions single-user-criticalzone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CriticalZone


ARG BASE_IMAGE=eginotebooks/d4science-base:latest
ARG BASE_IMAGE=eginotebooks/base:latest
FROM $BASE_IMAGE

USER root
Expand All @@ -11,7 +11,10 @@ RUN apt-get update \
nco \
cdo \
cmake \
gdal-bin \
g++ \
python3-gdal \
libgdal-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -24,9 +27,12 @@ RUN pip install --no-cache-dir \
pandas \
scipy \
matplotlib \
gdal \
numpy \
GDAL=="$(gdal-config --version).*" \
h5netcdf

#RUN conda install -c conda-forge gdal

# -------------------------------
# JupyterLab extensions
# -------------------------------
Expand Down

0 comments on commit a6e297f

Please sign in to comment.