bep40 commited on
Commit
c93863b
·
verified ·
1 Parent(s): efd25ff

Fix Space crash by running stable current-repo runtime

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 ["python", "restore_runner.py"]
 
9
 
10
  EXPOSE 7860
11
 
12
+ CMD ["uvicorn", "ai_runtime_stable:app", "--host", "0.0.0.0", "--port", "7860"]