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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +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 serve &
10
  RUN ollama run phi3
11
 
12
  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 . .