Skip to content

Commit 6820bdc

Browse files
authored
Immich: bump version to 1.144.1 (#7994)
- small change during update to ensure the immich user can write to uv.lock while building machine-learning
1 parent 8ff82d0 commit 6820bdc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ct/immich.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function update_script() {
7474
done
7575
msg_ok "Image-processing libraries up to date"
7676
fi
77-
RELEASE="1.143.1"
77+
RELEASE="1.144.1"
7878
if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then
7979
msg_info "Stopping Services"
8080
systemctl stop immich-web
@@ -158,6 +158,7 @@ EOF
158158

159159
cd "$SRC_DIR"/machine-learning
160160
mkdir -p "$ML_DIR" && chown -R immich:immich "$ML_DIR"
161+
chown immich:immich ./uv.lock
161162
export VIRTUAL_ENV="${ML_DIR}"/ml-venv
162163
if [[ -f ~/.openvino ]]; then
163164
msg_info "Updating HW-accelerated machine-learning"

install/immich-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ GEO_DIR="${INSTALL_DIR}/geodata"
272272
mkdir -p "$INSTALL_DIR"
273273
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache}
274274

275-
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.143.1" "$SRC_DIR"
275+
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.144.1" "$SRC_DIR"
276276

277277
msg_info "Installing ${APPLICATION} (patience)"
278278

0 commit comments

Comments
 (0)