From d13784f8cb4ac234240fbf82427c53969732e771 Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Wed, 2 Apr 2025 04:36:43 +0900 Subject: [PATCH] Make sure machine-learning process sees all environment variable Signed-off-by: Juhyung Park --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 7de6a84..9b270a0 100755 --- a/install.sh +++ b/install.sh @@ -150,6 +150,8 @@ set +a cd $APP/machine-learning . venv/bin/activate +set -a + : "\${IMMICH_HOST:=127.0.0.1}" : "\${IMMICH_PORT:=3003}" : "\${MACHINE_LEARNING_WORKERS:=1}"