mMonika commited on
Commit
fd6f4d9
·
verified ·
1 Parent(s): 44a4824

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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