slimshadow commited on
Commit
79bbf46
·
verified ·
1 Parent(s): 9ae1bbe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -23,4 +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"]
 
 
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", "4"]
27
+