-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
FROM mundialis/grass-py3-pdal:latest-ubuntu19 | ||
FROM mundialis/grass-py3-pdal:stable-ubuntu | ||
|
||
# based on GRASS GIS master (grass79) | ||
|
||
LABEL authors="Carmen Tawalika,Anika Bettge,Markus Neteler,Sören Gebbert" | ||
LABEL maintainer="[email protected],bettge@mundialis.de,[email protected],[email protected]" | ||
LABEL authors="Carmen Tawalika,Anika Weinmann,Markus Neteler,Sören Gebbert" | ||
LABEL maintainer="[email protected],weinmann@mundialis.de,[email protected],[email protected]" | ||
|
||
ENV GDAL_CACHEMAX=2000 | ||
ENV GRASS_COMPRESSOR=ZSTD | ||
|
@@ -62,7 +62,7 @@ RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \ | |
pdal --version && \ | ||
python3 --version | ||
|
||
# Install selected GRASS GIS addons. Done with -s, so it can be used globally | ||
# Install selected GRASS GIS addons. Done with -s, so it can be used by actinia | ||
# https://grass.osgeo.org/grass79/manuals/g.extension.html | ||
# -s uses $GISBASE instead of $GRASS_ADDON_BASE | ||
WORKDIR /src | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters