Spaces:
Runtime error
Runtime error
Update Dockerfile
#1
by
WebashalarForML
- opened
- 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", "
|
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"]
|