Spaces:
Running
Running
Update Dockerfile
Browse files- 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:
|
|
|
13 |
EXPOSE 7860
|
14 |
|
15 |
# Start the FastAPI app
|
16 |
+
CMD ["uvicorn", "app:autorun_lora_gradio", "--host", "0.0.0.0", "--port", "7860"]
|