petter2025 commited on
Commit
5f6ffd4
·
verified ·
1 Parent(s): 8f4e94b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,4 +7,5 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
9
 
 
10
  CMD ["uvicorn", "app:fastapi_app", "--host", "0.0.0.0", "--port", "7860"]
 
7
 
8
  COPY . .
9
 
10
+ # Run uvicorn on port 7860 (Hugging Face's expected port)
11
  CMD ["uvicorn", "app:fastapi_app", "--host", "0.0.0.0", "--port", "7860"]