bep40 commited on
Commit
f085d5e
·
verified ·
1 Parent(s): 7922009

Restore Space runtime to revision b9b6ba4

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ COPY . .
9
 
10
  EXPOSE 7860
11
 
12
- CMD ["uvicorn", "ai_runtime_stable:app", "--host", "0.0.0.0", "--port", "7860"]
 
9
 
10
  EXPOSE 7860
11
 
12
+ CMD ["python", "restore_to_b9b6ba4.py"]