fix: version constant and CPU torch install for Docker release

- Bump APP_VERSION to 1.15.11 (was hardcoded at 1.15.9, causing
  health endpoint to report wrong version in Docker images)
- Fix cpu_fallback_packages() splitting --index-url into separate
  pip install arguments, breaking torch install on CPU-only amd64
This commit is contained in:
SnapOtter
2026-04-25 08:49:31 +08:00
parent 291e4092cd
commit 8bc8b18f90
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1188,7 +1188,7 @@ export const PRINT_LAYOUTS: PrintLayout[] = [
{ id: "none", label: "None", width: 0, height: 0 },
];
export const APP_VERSION = "1.15.9";
export const APP_VERSION = "1.15.11";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).