fix(ml): re-add worker env (#11192)

re-add worker env
This commit is contained in:
Mert
2024-07-18 13:50:52 -04:00
committed by GitHub
parent d37e8ede3b
commit 173c9070c8

View File

@@ -12,6 +12,7 @@ fi
: "${IMMICH_HOST:=[::]}"
: "${IMMICH_PORT:=3003}"
: "${MACHINE_LEARNING_WORKERS:=1}"
gunicorn app.main:app \
-k app.config.CustomUvicornWorker \