fix: re-declare ARG TARGETARCH in each Dockerfile stage
Docker automatic platform ARGs are only in scope for FROM instructions. $TARGETARCH in RUN commands was always empty, so the deadsnakes PPA conditional never ran and python3.13 could not be found on the Ubuntu 22.04 CUDA base. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "winnow"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
description = "Immich to Frigate training sets"
|
||||
license = "MIT"
|
||||
requires-python = ">=3.13"
|
||||
|
||||
Reference in New Issue
Block a user