Skip to content

Commit

Permalink
#130: Try fixing grid layer and maxent prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Jan 20, 2025
1 parent 4f31f44 commit b933177
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/spatial-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM --platform=${BUILDPLATFORM} custom-gradle AS builder
# ARG VERSION=2.1.5
# ARG SOURCE=https://github.com/AtlasOfLivingAustralia/spatial-service.git

ARG VERSION=vbp-develop
ARG COMMIT=a85a6b51abb2203d3e242e726965eb7f59eb98c1
ARG VERSION=130-fix-grid-layer-creation
ARG COMMIT=2b36ae277c68029186f4797572fdb7da29727b99
ARG SOURCE=https://github.com/StefanVanDyck/spatial-service.git
LABEL ala.version=inbo-${COMMIT}

Expand Down Expand Up @@ -41,7 +41,7 @@ RUN mkdir -p /libs \

# ARG VERSION=2.1.5
ARG VERSION=2.1.6-SNAPSHOT
ARG COMMIT=a85a6b51abb2203d3e242e726965eb7f59eb98c1
ARG COMMIT=2b36ae277c68029186f4797572fdb7da29727b99
LABEL ala.version=inbo-${COMMIT}

COPY --from=builder /project/build/libs/project-${VERSION}-plain.war ${CATALINA_HOME}/webapps/spatial-service.war
Expand Down
4 changes: 2 additions & 2 deletions scripts/port-forward.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ INSTANCE_ID=$(aws ec2 describe-instances \

# create the port forwarding tunnel
aws ssm start-session --target "${INSTANCE_ID}" \
--document-name AWS-StartPortForwardingSession \
--parameters "host=${REMOTE_HOST},portNumber${REMOTE_PORT},localPortNumber=${LOCAL_PORT}"
--document-name AWS-StartPortForwardingSessionToRemoteHost \
--parameters "host=${REMOTE_HOST},portNumber=${REMOTE_PORT},localPortNumber=${LOCAL_PORT}"

0 comments on commit b933177

Please sign in to comment.