Mr-Thop commited on
Commit
b5f99f6
·
1 Parent(s): 7ff270a

Update: Changing Workers from 3 to 1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir --upgrade -r req.txt
19
  COPY --chown=user . /app
20
 
21
  # Starting the Flask app using gunicorn
22
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "rm:app","--timeout","120","--workers","3"]
 
19
  COPY --chown=user . /app
20
 
21
  # Starting the Flask app using gunicorn
22
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "rm:app","--timeout","120","--workers","1"]