@@ -15,10 +15,6 @@ RUN apt-get update && apt-get install -y \
1515
1616COPY requirements.txt /hydromt/
1717
18- # # Install GDAL Python bindings matching system GDAL version
19- # RUN pip install GDAL==$(gdal-config --version)
20- # Install requirements (GDAL already removed from requirements.txt)
21-
2218RUN pip install -r /hydromt/requirements.txt
2319# COPY all_basins.geojson /hydromt/
2420# RUN git clone -b feature/stac_zarr_storage https://github.com/interTwin-eu/openeo-processes-dask.git
@@ -28,7 +24,6 @@ RUN pip install -r /hydromt/requirements.txt
2824# RUN cd openeo-processes-dask && pip install .
2925# RUN cd .
3026# RUN pip uninstall -y pydantic && pip install pydantic==2.8.2 openeo_pg_parser_networkx==2024.10.0
31- # clone commit https://gitlab.inf.unibz.it/earth_observation_public/raster-to-stac/-/commit/0df2519c93698314becedf230255b8ce6b5c29a9
3227
3328RUN git clone https://gitlab.inf.unibz.it/earth_observation_public/raster-to-stac.git
3429RUN cd raster-to-stac && git checkout 0df2519c93698314becedf230255b8ce6b5c29a9
@@ -41,17 +36,24 @@ RUN cd raster-to-stac && sed -i "s/SEMANTIC_VERSION/$R2S_VERSION/g" pyproject.to
4136RUN pip install ./raster-to-stac
4237
4338# INSTALL openeo-processes-dask and submodule
44- RUN git clone -b feature/load_stac_odc https://github.com/interTwin-eu/openeo-processes-dask.git
39+ # RUN git clone -b feature/load_stac_odc https://github.com/interTwin-eu/openeo-processes-dask.git
40+ # RUN cd openeo-processes-dask/openeo_processes_dask/specs && \
41+ # git clone https://github.com/eodcgmbh/openeo-processes.git -b 2024.7.0
42+ # RUN cd .
43+ # RUN cd openeo-processes-dask && pip install .
44+ # RUN cd .
45+
46+ # INSTALL openeo-processes-dask and submodule
47+ RUN git clone https://github.com/interTwin-eu/openeo-processes-dask.git
4548RUN cd openeo-processes-dask/openeo_processes_dask/specs && \
4649 git clone https://github.com/eodcgmbh/openeo-processes.git -b 2024.7.0
4750RUN cd .
4851RUN cd openeo-processes-dask && pip install .
4952RUN cd .
5053
51- # RUN pip install pystac==1.14 .0
54+ # RUN pip uninstall -y pydantic && pip install pydantic==2.8.2 openeo_pg_parser_networkx==2024.10 .0
5255
53- # overwrite the xarray installation with a later version
54- RUN pip install xarray==2024.10.0
56+ RUN pip install pystac==1.14.0
5557
5658# #################### HydroMT Components setup #####################
5759
0 commit comments