async & flow donw

This commit is contained in:
Cyber MacGeddon 2025-04-16 21:34:39 +01:00
parent 28377de390
commit 44b1d7e508
8 changed files with 33 additions and 50 deletions

View file

@ -61,6 +61,10 @@ container: update-package-versions
-t ${CONTAINER_BASE}/trustgraph-ocr:${VERSION} .
some-containers:
${DOCKER} build -f containers/Containerfile.base \
-t ${CONTAINER_BASE}/trustgraph-base:${VERSION} .
${DOCKER} build -f containers/Containerfile.flow \
-t ${CONTAINER_BASE}/trustgraph-flow:${VERSION} .
${DOCKER} build -f containers/Containerfile.vertexai \
-t ${CONTAINER_BASE}/trustgraph-vertexai:${VERSION} .