Fix: add spaces dependency + force rebuild
#5
by specimba - opened
The current deployed image is stale (built from May 21 commit). The code on main already has the correct transformers-only app.py with lazy load (merged in PR #4), but the container hasn't rebuilt. This PR adds spaces to requirements.txt, which:
- Fixes a missing runtime dependency (
app.pyimportsspaces) - Invalidates the Docker build cache, forcing a fresh build with the latest main code
- Will pick up the already-merged lazy-load fix
specimba changed pull request status to open