1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 22:51:59 +00:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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