[Fix] Immich: chown install dir before machine-learning update (#12684)

This commit is contained in:
Chris
2026-03-08 19:05:29 -04:00
committed by GitHub
parent 6076a7ecc7
commit 6685b88695

View File

@@ -213,7 +213,8 @@ EOF
msg_ok "Updated Immich server, web, cli and plugins"
cd "$SRC_DIR"/machine-learning
mkdir -p "$ML_DIR" && chown -R immich:immich "$ML_DIR"
mkdir -p "$ML_DIR"
chown -R immich:immich "$INSTALL_DIR"
chown immich:immich ./uv.lock
export VIRTUAL_ENV="${ML_DIR}"/ml-venv
if [[ -f ~/.openvino ]]; then