bep40 commited on
Commit
7c3efed
·
verified ·
1 Parent(s): 546d76a

Run patched runtime for faster home and rewrite buttons

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_final6:app", "--host", "0.0.0.0", "--port", "7860"]
 
9
 
10
  EXPOSE 7860
11
 
12
+ CMD ["uvicorn", "ai_runtime_patch_fast:app", "--host", "0.0.0.0", "--port", "7860"]