Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
PrinsINT authored Jun 4, 2024
2 parents 3bcdfef + 2d1eeb9 commit 90e8d00
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 18 deletions.
5 changes: 4 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# TODO: set the env in a more configurable way.
# Default image version (override using --env-file or -e)
APP_VERSION=latest

# GaLAHaD-like endpoint
CALLBACK_SERVER=http://server:8010/internal/jobs
Empty file modified base/start.sh
100644 → 100755
Empty file.
16 changes: 7 additions & 9 deletions codemeta.json → codemeta-harvest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"version": "1.0.0",
"dateModified": "2024-06-04",
"dateCreated": "2024-06-04",
"datePublished": "2024-06-04",
"applicationCategory": [
"https://w3id.org/nwo-research-fields#Linguistics",
"https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology",
"https://w3id.org/nwo-research-fields#ArtificialIntelligenceExpertSystems",
"https://w3id.org/nwo-research-fields#SoftwareForTheHumanities",
"https://vocabs.dariah.eu/tadirah/en/page/enriching",
"https://vocabs.dariah.eu/tadirah/en/page/posTagging",
"https://vocabs.dariah.eu/tadirah/en/page/tagging",
"https://vocabs.dariah.eu/tadirah/en/page/annotating",
"https://vocabs.dariah.eu/tadirah/en/page/lemmatizing",
"https://vocabs.dariah.eu/tadirah/en/page/machineLearning"
"https://w3id.org/nwo-research-fields#SoftwareForHumanities",
"https://vocabs.dariah.eu/tadirah/enriching",
"https://vocabs.dariah.eu/tadirah/posTagging",
"https://vocabs.dariah.eu/tadirah/tagging",
"https://vocabs.dariah.eu/tadirah/annotating",
"https://vocabs.dariah.eu/tadirah/lemmatizing",
"https://vocabs.dariah.eu/tadirah/machineLearning"
],
"author": [
{
Expand Down
8 changes: 8 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
git pull | while IFS= read -r line; do printf '[%s git pull] %s\n' "$(date '+%H:%M:%S')" "$line"; done
echo ""
docker compose pull | while IFS= read -r line; do printf '[%s docker compose pull] %s\n' "$(date '+%H:%M:%S')" "$line"; done
echo ""
docker compose up -d | while IFS= read -r line; do printf '[%s docker compose up] %s\n' "$(date '+%H:%M:%S')" "$line"; done
echo ""
yes | docker image prune | while IFS= read -r line; do printf '[%s docker image prune] %s\n' "$(date '+%H:%M:%S')" "$line"; done
echo ""
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
# pie (ports: 810x)
pie-tdn-1400-1600:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-1400-1600:dev
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-1400-1600:${APP_VERSION}
build:
context: pie/TDN-1400-1600
environment:
Expand All @@ -11,7 +11,7 @@ services:
- 8100:8080

pie-tdn-1600-1900:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-1600-1900:dev
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-1600-1900:${APP_VERSION}
build:
context: pie/TDN-1600-1900
environment:
Expand All @@ -21,7 +21,7 @@ services:
- 8101:8080

pie-tdn-all:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-all:dev
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-all:${APP_VERSION}
build:
context: pie/TDN-ALL
environment:
Expand All @@ -31,7 +31,7 @@ services:
- 8102:8080

pie-tdn-bab:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-bab:dev
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-bab:${APP_VERSION}
build:
context: pie/TDN-BAB
environment:
Expand All @@ -41,7 +41,7 @@ services:
- 8103:8080

pie-tdn-clvn:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-clvn:dev
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-clvn:${APP_VERSION}
build:
context: pie/TDN-CLVN
environment:
Expand All @@ -51,7 +51,7 @@ services:
- 8104:8080

pie-tdn-cour:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-cour:dev
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-cour:${APP_VERSION}
build:
context: pie/TDN-COUR
environment:
Expand All @@ -61,7 +61,7 @@ services:
- 8105:8080

pie-tdn-dbnldq:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-dbnldq:dev
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-dbnldq:${APP_VERSION}
build:
context: pie/TDN-DBNLDQ
environment:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# galahad-taggers-dockerized (1.0.0)
# galahad-taggers-dockerized (1.0.1)
GaLAHaD Taggers Dockerized provides a unified interface for linguistic annotation taggers to be added to GaLAHaD or to be run on their own. Tagger are containerized and can be accessed with an API in order to tag documents. Documents are queued and sent to a callback server once tagged.

[![Development images to Docker](https://github.com/INL/galahad-taggers-dockerized/actions/workflows/dev-to-docker.yml/badge.svg)](https://github.com/INL/galahad-taggers-dockerized/actions/workflows/dev-to-docker.yml)
Expand Down

0 comments on commit 90e8d00

Please sign in to comment.