bep40 commited on
Commit
95a537f
·
verified ·
1 Parent(s): 49f40b0

Run cb patch2 for latest YouTube shorts

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -9,7 +9,4 @@ COPY . .
9
 
10
  EXPOSE 7860
11
 
12
- ENV VNEWS_RESTORE_REVISION=53ee7c5
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"]