Skip to content

Commit

Permalink
fix(ml): re-add worker env (immich-app#11192)
Browse files Browse the repository at this point in the history
re-add worker env
  • Loading branch information
mertalev authored Jul 18, 2024
1 parent d37e8ed commit 173c907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machine-learning/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fi

: "${IMMICH_HOST:=[::]}"
: "${IMMICH_PORT:=3003}"
: "${MACHINE_LEARNING_WORKERS:=1}"

gunicorn app.main:app \
-k app.config.CustomUvicornWorker \
Expand Down

0 comments on commit 173c907

Please sign in to comment.