Record scoped demo production acceptance
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-08-01 16:57:48 +02:00
parent 9e582f2921
commit 0c019bb22f
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -12232,3 +12232,11 @@ Open:
- Gerichte frontend-, backend-, browser- en productieverificatie volgen hieronder na de releasegate.
- De eerste productieacceptatie vond een echte CUDA-compatibiliteitsregressie: `torch 2.13.0+cu130` zag de RTX 4080 SUPER maar weigerde initialisatie op de Tower-driver met CUDA 12.9-capaciteit. De AI-image is daarom teruggebracht naar de expliciet gepinde, drivercompatibele combinatie `torch 2.11.0` / `torchvision 0.26.0` via de officiële CUDA 12.8-index; promotie vereist opnieuw live `torch.cuda.is_available()` en modelpreflight.
- De CUDA 12.8 PyTorch-wheel vereist `setuptools<82`; de imagepin is daarom samenhangend teruggebracht van 83.0.0 naar 81.0.0 en blijft door `pip check` bewaakt.
### Live productieacceptatie
- Exacte runtimecommit `9e582f29210fcf4d9e5f422ec15236b71e2dc123` is vanuit de geverifieerde map `/mnt/user/appdata/geointel` uitgerold als immutable NVIDIA-image `geointel-all-in-one:9e582f29210f-wipfdc62947dfb2-ai`.
- Containergezondheid, PostGIS 3.6, Alembic `202607260001 (head)`, frontendproxy, API en icon-smoke zijn geslaagd.
- Live PyTorch rapporteert `2.11.0+cu128`, CUDA 12.8, `torch.cuda.is_available()=true` en `NVIDIA GeForce RTX 4080 SUPER`; YOLO-preflight rapporteert `accelerator_ready=true`, lokaal model aanwezig en geen downloads of inference tijdens de preflight.
- De productiedemo toont zeven niet-administratieve werkruimtes, drie detectiemodellen en vier segmentatiemodellen; het geconfigureerde YOLO-model wordt als beschikbaar getoond.
- Modelkalibratie, technische modelinstellingen, uploads en systeembeheer zijn niet zichtbaar voor gasten. Een directe gast-POST naar projectbeheer retourneert HTTP 403 `GUEST_READ_ONLY`; het modelregister retourneert HTTP 200 binnen dezelfde sessie.
- Visuele browseracceptatie: horizontale overflow `0`; browserconsole `0` waarschuwingen en `0` fouten.
+1 -1
View File
@@ -1074,4 +1074,4 @@ This file now starts with the current implementation status. Older preparation/b
- [x] Laad dezelfde assistent-, detectie- en segmentatiemodellen en bewaarde resultaten.
- [x] Sta projectgebonden analyse-, QA-, assistent- en exportacties toe.
- [x] Behoud server-side blokkades op instellingen, beheer, uploads, reviews en cross-projectverzoeken.
- [ ] Verifieer en redeploy de exacte commit naar Tower `/mnt/user/appdata/geointel`.
- [x] Verifieer en redeploy de exacte commit naar Tower `/mnt/user/appdata/geointel`.