robinroy03 commited on
Commit
ff4c422
·
verified ·
1 Parent(s): bb11a65

trying things and failing fast

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install -r /code/requirements.txt
8
  RUN curl -fsSL https://ollama.com/install.sh | sh
 
9
  RUN ollama run phi3
10
 
11
  COPY . .
 
6
 
7
  RUN pip install -r /code/requirements.txt
8
  RUN curl -fsSL https://ollama.com/install.sh | sh
9
+ RUN ollama serve &
10
  RUN ollama run phi3
11
 
12
  COPY . .