-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from mapme-initiative/harmonize-rspatial-scripts
uses single rspatial script for both images
- Loading branch information
Showing
5 changed files
with
23 additions
and
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
pull_request: | ||
branches: [main, master] | ||
env: | ||
tag: 1.4.1 | ||
tag: 1.4.2 | ||
|
||
jobs: | ||
|
||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ LABEL org.opencontainers.image.title="mapme-spatial-dev" \ | |
org.opencontainers.image.description="A build of spatial libraries for use within MAPME" \ | ||
org.opencontainers.image.authors="Darius Görgen <[email protected]>" | ||
|
||
COPY scripts/install_rspatial_dev.sh /rocker_scripts/install_rspatial_dev.sh | ||
RUN chmod +x /rocker_scripts/install_rspatial_dev.sh | ||
COPY scripts/install_rspatial.sh /rocker_scripts/install_rspatial.sh | ||
RUN chmod +x /rocker_scripts/install_rspatial.sh | ||
ARG NCPUS=-1 | ||
RUN bash /rocker_scripts/install_rspatial_dev.sh -ncpus $NCPUS | ||
RUN bash /rocker_scripts/install_rspatial.sh -n $NCPUS -d |
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
This file was deleted.
Oops, something went wrong.