joker7094 commited on
Commit
5c6f13f
·
1 Parent(s): cc47956

increase gunicorn timeout for llm requests

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN chmod -R 777 /app
16
 
17
  EXPOSE 7860
18
 
19
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "app_copy:app"]
 
16
 
17
  EXPOSE 7860
18
 
19
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "300", "--workers", "1", "app_copy:app"]