Spaces:
Sleeping
Sleeping
Docker local run verification
Date: 2026-06-11
Repo: all4-p5-memory-quilt
Source check:
src/apps/p5_memory_quilt/app.pyusesgr.Blocks(..., css_paths=THEME_CSS_PATH).- No
css_pathsargument is passed tolaunch().
Commands run:
docker build -t all4-p5-memory-quilt:local /opt/data/workspace/all4-p5-memory-quilt- Result: success
- Image ID:
d263741254cf
docker run -d --rm --name verify_all4_p5_8075 -p 8075:7860 all4-p5-memory-quilt:local- Result: success
- Container ID:
484dc90bd3ed42ebb0a2ba25035d5bdd041d22451cf5d6a2ea62613fd6f42ac7
- 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
curlto the published port was not reachable from this harness, so the ready endpoint is documented via the in-containerlocalhost:7860check above.