Skip to content

Commit

Permalink
Accidentally commented out PIE building
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsINT committed Jul 8, 2024
1 parent b9fec85 commit 2519d62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default image version (override using --env-file or -e)
VERSION=test
VERSION=latest

# GaLAHaD-like endpoint
CALLBACK_SERVER=http://server:8010/internal/jobs
16 changes: 8 additions & 8 deletions buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ echo "Will build taggers with version <$VERSION>. Set VERSION to override this."
docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-base:$VERSION base

# PIE
# docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-base:$VERSION pie/base
# docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-1400-1600:$VERSION pie/TDN-1400-1600
# docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-1600-1900:$VERSION pie/TDN-1600-1900
# docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-all:$VERSION pie/TDN-ALL
# docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-bab:$VERSION pie/TDN-BAB
# docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-clvn:$VERSION pie/TDN-CLVN
# docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-cour:$VERSION pie/TDN-COUR
# docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-dbnldq:$VERSION pie/TDN-DBNLDQ
docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-base:$VERSION pie/base
docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-1400-1600:$VERSION pie/TDN-1400-1600
docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-1600-1900:$VERSION pie/TDN-1600-1900
docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-all:$VERSION pie/TDN-ALL
docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-bab:$VERSION pie/TDN-BAB
docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-clvn:$VERSION pie/TDN-CLVN
docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-cour:$VERSION pie/TDN-COUR
docker build --build-arg VERSION=$VERSION -t instituutnederlandsetaal/taggers-dockerized-pie-tdn-dbnldq:$VERSION pie/TDN-DBNLDQ

# Huggingface
# Commented for now, as we need Git LFS to build these. Perhaps in the future.
Expand Down

0 comments on commit 2519d62

Please sign in to comment.