bep40 commited on
Commit
fc05cd5
·
verified ·
1 Parent(s): 4442fd6

Restore Space runtime to revision 53ee7c5

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -9,4 +9,7 @@ COPY . .
9
 
10
  EXPOSE 7860
11
 
12
- CMD ["uvicorn", "ai_runtime_cb_patch:app", "--host", "0.0.0.0", "--port", "7860"]
 
 
 
 
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"]