justperquant commited on
Commit
287f632
·
verified ·
1 Parent(s): 8f2d083

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ COPY requirements.txt /app
18
  RUN pip install -r requirements.txt
19
 
20
  EXPOSE 7860
21
- CMD ["python", "main.py"]
 
18
  RUN pip install -r requirements.txt
19
 
20
  EXPOSE 7860
21
+ CMD ollama serve & sleep 5 && python main.py