astronolan commited on
Commit
14148a2
Β·
1 Parent(s): a801174

bumped threads and workers

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ EXPOSE 7860
25
 
26
  # Run the application with gunicorn for production
27
  # Increased timeout and workers for HF Spaces
28
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "1", "--threads", "2", "--timeout", "600", "app:server"]
 
25
 
26
  # Run the application with gunicorn for production
27
  # Increased timeout and workers for HF Spaces
28
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "2", "--threads", "4", "--timeout", "600", "app:server"]