Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,4 +25,4 @@ ENV PYTHONUNBUFFERED=1
|
|
| 25 |
EXPOSE 7860
|
| 26 |
|
| 27 |
# Commande de démarrage
|
| 28 |
-
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "2", "--threads", "4", "app:app"]
|
|
|
|
| 25 |
EXPOSE 7860
|
| 26 |
|
| 27 |
# Commande de démarrage
|
| 28 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "2", "--threads", "4", "--timeout", "120", "app:app"]
|