Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,5 +22,5 @@ COPY --chown=user . /app
|
|
22 |
EXPOSE 11434
|
23 |
|
24 |
# Start Ollama in the background and then run the FastAPI app
|
25 |
-
CMD ["sh", "-c", "ollama serve & uvicorn main:app --host 0.0.0.0 --port 7860"]
|
26 |
|
|
|
22 |
EXPOSE 11434
|
23 |
|
24 |
# Start Ollama in the background and then run the FastAPI app
|
25 |
+
CMD ["sh", "-c", "ollama serve & uvicorn main:app --host 0.0.0.0 --port 7860 & python grad_ui.py"]
|
26 |
|