From b0738c8627312874a48cf131446dc388c5a106be Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 16 Dec 2024 22:40:23 +0100 Subject: [PATCH] Fix --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index e3f8341..bf499b0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -30,7 +30,7 @@ postgresql_cluster_port=$( \ # Python required version py_required_major=$( \ - curl -Ls "https://raw.githubusercontent.com/immich-app/immich/refs/tags/v$app_version/machine-learning/Dockerfile " + curl -Ls "https://raw.githubusercontent.com/immich-app/immich/refs/tags/v$app_version/machine-learning/Dockerfile " \ | grep "FROM python:" | head -n1 | cut -d':' -f2 | cut -d'-' -f1 \ ) #3.11