WebashalarForML commited on
Commit
3cf7129
·
verified ·
1 Parent(s): 2a9debc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ ENV FLASK_APP=app.py \
26
  EXPOSE 7860
27
 
28
  # Run the application using Gunicorn
29
- CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "120", "app:app"]
 
26
  EXPOSE 7860
27
 
28
  # Run the application using Gunicorn
29
+ CMD ["gunicorn", "-k", "eventlet", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "120", "app:app"]