From ceb23ec09570a8df38d490c5ea5bc974f13ea739 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 2 Feb 2026 11:59:50 -0500 Subject: [PATCH] Update argos-translate, use MINISBD --- VERSION | 2 +- pyproject.toml | 2 +- scripts/entrypoint.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index a7ee35a..bfa363e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.3 +1.8.4 diff --git a/pyproject.toml b/pyproject.toml index d305ea4..2c9529d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ dynamic = ["version"] dependencies = [ - "argostranslate ==1.9.6", + "argostranslate ==1.11.0", "Flask ==2.2.5", "flask-swagger ==0.2.14", "flask-swagger-ui ==4.11.1", diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 9c537dc..a92fefa 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -48,5 +48,5 @@ else mkdir -p "$PROMETHEUS_MULTIPROC_DIR" fi -./venv/bin/gunicorn -c scripts/gunicorn_conf.py --workers $LT_THREADS --max-requests 250 --timeout 2400 --bind $BIND_ADDR:$LT_PORT 'wsgi:app()' +ARGOS_CHUNK_TYPE=MINISBD ./venv/bin/gunicorn -c scripts/gunicorn_conf.py --workers $LT_THREADS --max-requests 250 --timeout 2400 --bind $BIND_ADDR:$LT_PORT 'wsgi:app()'