npc0 commited on
Commit
b505444
·
verified ·
1 Parent(s): e0c9fa0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apt-get update
4
  RUN apt-get install -y gcc python3-all python3-dev python3-venv
5
  RUN apt-get install -y curl
6
  RUN curl -fsSL https://ollama.com/install.sh | sh
7
- RUN ollama serve && ollama pull mxbai-embed-large
8
 
9
  WORKDIR /app
10
  COPY . /app
 
4
  RUN apt-get install -y gcc python3-all python3-dev python3-venv
5
  RUN apt-get install -y curl
6
  RUN curl -fsSL https://ollama.com/install.sh | sh
7
+ RUN ollama serve & ollama pull mxbai-embed-large
8
 
9
  WORKDIR /app
10
  COPY . /app