slimshadow commited on
Commit
9b742cc
·
verified ·
1 Parent(s): cf348e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,5 +23,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
23
  COPY --chown=user . /app
24
 
25
  # Set the command to run the application using Uvicorn
26
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "100"]
27
 
 
23
  COPY --chown=user . /app
24
 
25
  # Set the command to run the application using Uvicorn
26
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8"]
27