Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain committed Dec 16, 2024
1 parent d493d22 commit b0738c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b0738c8

Please sign in to comment.