WebashalarForML commited on
Commit
28a8353
1 Parent(s): b16a414

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,5 +38,5 @@ ENV FLASK_APP=app.py \
38
  FLASK_ENV=production
39
 
40
  # Command to run the application
41
- CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "120", "app:app"]
42
  #CMD ["gunicorn", "--workers=5", "--threads=2", "--bind=0.0.0.0:7860", "--timeout=120", "app:app"]
 
38
  FLASK_ENV=production
39
 
40
  # Command to run the application
41
+ CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "0", "app:app"]
42
  #CMD ["gunicorn", "--workers=5", "--threads=2", "--bind=0.0.0.0:7860", "--timeout=120", "app:app"]