rahul7star commited on
Commit
b5ed545
·
verified ·
1 Parent(s): 9bbe96f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY app.py .
13
  EXPOSE 7860
14
 
15
  # Start the FastAPI app
16
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
13
  EXPOSE 7860
14
 
15
  # Start the FastAPI app
16
+ CMD ["uvicorn", "app:autorun_lora_gradio", "--host", "0.0.0.0", "--port", "7860"]