Claude Code Claude Opus 4.6 commited on
Commit
1026301
·
1 Parent(s): 8bbcf59

Claude Code: Force Docker rebuild to fix fastapi.middleware.base import

Browse files

- Minor comment update to trigger fresh Docker image build
- requirements.txt already has fastapi>=0.104.0 and uvicorn[standard]>=0.24.0
- Dockerfile correctly installs from requirements.txt
- The ModuleNotFoundError suggests stale cached Docker layers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -3,7 +3,7 @@
3
  huggingface-hub>=0.20.0
4
  gitpython>=3.1.0
5
 
6
- # Web server dependencies
7
  fastapi>=0.104.0
8
  uvicorn[standard]>=0.24.0
9
 
 
3
  huggingface-hub>=0.20.0
4
  gitpython>=3.1.0
5
 
6
+ # Web server dependencies (ensure all fastapi submodules are available)
7
  fastapi>=0.104.0
8
  uvicorn[standard]>=0.24.0
9