Commit b6b52f26 authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

ENH: update dockerfile.

No related merge requests found
Showing with 13 additions and 11 deletions
+13 -11
...@@ -22,10 +22,8 @@ RUN apt-get update \ ...@@ -22,10 +22,8 @@ RUN apt-get update \
patch \ patch \
pkg-config \ pkg-config \
python3-dev \ python3-dev \
python3-numpy \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
python3-sklearn \
python3-wheel \ python3-wheel \
swig \ swig \
unzip \ unzip \
...@@ -35,6 +33,8 @@ RUN apt-get update \ ...@@ -35,6 +33,8 @@ RUN apt-get update \
libopenmpi-dev \ libopenmpi-dev \
&& apt-get clean && rm -rf /var/lib/apt/lists/* && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pip install numpy==1.23.5
# OTB branch to clone # OTB branch to clone
ARG OTB_BRANCH=release-8.1 ARG OTB_BRANCH=release-8.1
# Set USE_SYSTEM_* flags # Set USE_SYSTEM_* flags
...@@ -107,16 +107,18 @@ USER ubuntu ...@@ -107,16 +107,18 @@ USER ubuntu
WORKDIR /home/ubuntu WORKDIR /home/ubuntu
RUN pip install gdal==3.4.2 \ RUN pip install gdal==3.4.2 \
rasterio \ pydantic==1.10.8 \
geopandas \ matplotlib==3.7.1 \
scikit-learn \ rasterio==1.3.4 \
scikit-image \ geopandas==0.13.2 \
psutil \ scikit-learn==1.2.2 \
planetary_computer \ scikit-image==0.19.3 \
psutil==5.9.4 \
planetary_computer==0.5.1 \
theia_picker \ theia_picker \
fpdf2 \ fpdf2==2.7.4 \
planet \ planet==2.0.3 \
eodag eodag==2.10.0
RUN mkdir moringav2 RUN mkdir moringav2
COPY --chown=ubuntu . /home/ubuntu/moringav2 COPY --chown=ubuntu . /home/ubuntu/moringav2
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment