Spaces:
Sleeping
Sleeping
Commit ·
72e026f
1
Parent(s): 432377b
Initial commit for ContiAI Space
Browse files- Dockerfile +1 -1
- main.py → app.py +0 -0
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# لو بتستخدم FastAPI (مع uvicorn):
|
| 21 |
-
CMD ["uvicorn", "
|
|
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# لو بتستخدم FastAPI (مع uvicorn):
|
| 21 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
main.py → app.py
RENAMED
|
File without changes
|