You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go services shipped as release binaries: `airlock`, `registry`, `tool-firewall`, `gpu-integrity-watch`, `mcp-firewall`, `policy-engine`, `runtime-attestor`, `integrity-monitor`, `incident-recorder`.
210
+
211
+
Python services (`ui`, `agent`, `quarantine`, `diffusion-worker`, `search-mediator`) are baked into the OCI image and do not ship as standalone binaries.
# Or use the Makefile (clones repo, runs full verification)
223
+
make verify-release
224
+
```
225
+
226
+
See [docs/sample-release-bundle.md](docs/sample-release-bundle.md) for the full artifact structure and [docs/release-policy.md](docs/release-policy.md) for release channels (stable/candidate/dev).
227
+
228
+
### Diffusion Runtime (On-Demand)
229
+
230
+
The ~2–5 GB diffusion runtime (PyTorch, diffusers, transformers) is **not** included in the base image. It is acquired on-demand when a user first visits the Generate page:
231
+
232
+
1. Backend auto-detected (CUDA / ROCm / CPU)
233
+
2. Wheels downloaded from PyTorch/PyPI with full hash verification against committed manifests
234
+
3. Installed into an isolated venv, smoke tested, and enabled
0 commit comments