Spaces:
Build error
Build error
Run cb patch2 for latest YouTube shorts
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
|
@@ -9,7 +9,4 @@ COPY . .
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|
| 12 |
-
|
| 13 |
-
ENV VNEWS_REPO_ID=bep40/vnews
|
| 14 |
-
|
| 15 |
-
CMD ["python", "restore_53ee7c5.py"]
|
|
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|
| 12 |
+
CMD ["uvicorn", "ai_runtime_cb_patch2:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
|
|
|
|
|