Rajhuggingface4253 commited on
Commit
73a6110
·
verified ·
1 Parent(s): c9a51a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ COPY main.py .
28
  EXPOSE 7860
29
 
30
  # 9. The command to run your FastAPI server
31
- CMD ["python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4"]
 
28
  EXPOSE 7860
29
 
30
  # 9. The command to run your FastAPI server
31
+ CMD ["python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]