Fix: add spaces dependency + force rebuild

#5
Build Small Hackathon org
πŸ€–
smolagents/ml-intern

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:

  1. Fixes a missing runtime dependency (app.py imports spaces)
  2. Invalidates the Docker build cache, forcing a fresh build with the latest main code
  3. Will pick up the already-merged lazy-load fix
specimba changed pull request status to open
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment