Skip to content

Commit

Permalink
Merge branch 'main' into nn_training
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrunn authored Jan 16, 2025
2 parents 5f7c342 + f78e195 commit 1551279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ ENV PROJ_NETWORK=ON
ENV GRASS_ADDON_BASE=/usr/local/grass84

# install external dependencies
# do not use scikit-learn >=1.6 because it introduced breaking changes incompatible with r.learn.ml2
# do not use scikit-learn >=1.6 because it introduced breaking changes incompatible with r.learn.ml2
RUN pip3 install py7zr tqdm requests psutil "scikit-learn==1.5.2" pyproj pandas grass-gis-helpers


# install official addons
RUN grass --tmp-location EPSG:4326 --exec g.extension r.mapcalc.tiled -s
RUN grass --tmp-location EPSG:4326 --exec g.extension v.centerpoint -s
Expand Down

0 comments on commit 1551279

Please sign in to comment.