1- FROM osgeo/grass-gis:main -ubuntu_wxgui
1+ FROM osgeo/grass-gis:8.4.0 -ubuntu_wxgui
22
33# Version of GRASS GIS Addons
44ENV V_ALKIS_BUILDINGS_IMPORT_VERSION 1.1.0
@@ -19,19 +19,22 @@ ENV PROJ_NETWORK=ON
1919ENV GRASS_ADDON_BASE=/usr/local/grass84
2020
2121# install external dependencies
22- # do not use scikit-learn >=1.6 because it introduced breaking changes incompatible with r.learn.ml2
23- RUN pip3 install py7zr tqdm requests psutil "scikit-learn==1.5.2" pyproj pandas
22+ # do not use scikit-learn >=1.6 because it introduced breaking changes incompatible with r.learn.ml2
23+ RUN pip3 install py7zr tqdm requests psutil "scikit-learn==1.5.2" pyproj pandas grass-gis-helpers
24+
2425
2526# install official addons
2627RUN grass --tmp-location EPSG:4326 --exec g.extension r.mapcalc.tiled -s
2728RUN grass --tmp-location EPSG:4326 --exec g.extension v.centerpoint -s
2829RUN grass --tmp-location EPSG:4326 --exec g.extension r.learn.ml2 -s
2930
30- # install an addon from mundialis
31+ # install addons from mundialis
3132RUN wget https://github.com/mundialis/v.alkis.buildings.import/archive/refs/tags/${V_ALKIS_BUILDINGS_IMPORT_VERSION}.zip \
3233 && grass --tmp-location EPSG:4326 --exec g.extension v.alkis.buildings.import url=${V_ALKIS_BUILDINGS_IMPORT_VERSION}.zip -s \
3334 && rm ${V_ALKIS_BUILDINGS_IMPORT_VERSION}.zip
3435
36+ RUN grass --tmp-location EPSG:4326 --exec g.extension m.neural_network url=https://github.com/mundialis/m.neural_network -s
37+
3538# install RVR-specific GRASS GIS addons
3639COPY grass-gis-addons /src/grass-gis-addons
3740
0 commit comments