Spaces:
Sleeping
Sleeping
| # Docker local run verification | |
| Date: 2026-06-11 | |
| Repo: all4-p5-memory-quilt | |
| Source check: | |
| - `src/apps/p5_memory_quilt/app.py` uses `gr.Blocks(..., css_paths=THEME_CSS_PATH)`. | |
| - No `css_paths` argument is passed to `launch()`. | |
| Commands run: | |
| 1. `docker build -t all4-p5-memory-quilt:local /opt/data/workspace/all4-p5-memory-quilt` | |
| - Result: success | |
| - Image ID: `d263741254cf` | |
| 2. `docker run -d --rm --name verify_all4_p5_8075 -p 8075:7860 all4-p5-memory-quilt:local` | |
| - Result: success | |
| - Container ID: `484dc90bd3ed42ebb0a2ba25035d5bdd041d22451cf5d6a2ea62613fd6f42ac7` | |
| 3. Readiness check (documented ready endpoint): | |
| - `docker exec verify_all4_p5_8075 python - <<'PY' ... urllib.request.urlopen('http://localhost:7860/') ... PY` | |
| - Result: HTTP 200 | |
| Note: | |
| - Host-side `curl` to the published port was not reachable from this harness, so the ready endpoint is documented via the in-container `localhost:7860` check above. | |