Spaces:
Sleeping
Sleeping
Sushwetabm
commited on
Commit
·
7fea25f
1
Parent(s):
e16aeae
Updated Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ RUN python setup.py
|
|
29 |
EXPOSE 7860
|
30 |
|
31 |
# ✅ Launch FastAPI on port 7860 for HF Space
|
32 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--timeout-]
|
|
|
29 |
EXPOSE 7860
|
30 |
|
31 |
# ✅ Launch FastAPI on port 7860 for HF Space
|
32 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--timeout-keep-alive", "120", "--log-level", "info"]
|