arcsu1 commited on
Commit
3575d41
·
1 Parent(s): 031cff7
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN pip install --no-cache-dir -r requirements.txt
16
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
17
 
18
  # Start the FastAPI app on port 7860, the default port expected by Spaces
19
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4"]
 
16
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
17
 
18
  # Start the FastAPI app on port 7860, the default port expected by Spaces
19
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]