Yoonc commited on
Commit
afd3035
·
verified ·
1 Parent(s): 9497272

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN pip install flask gunicorn pymupdf tiktoken
18
  EXPOSE 7860
19
 
20
  # Run with Gunicorn
21
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]
 
18
  EXPOSE 7860
19
 
20
  # Run with Gunicorn
21
+ CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "app:app"]