redfernstech commited on
Commit
f0d4fe2
·
verified ·
1 Parent(s): b14eab6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y curl && apt install -y procps && rm -rf
9
  RUN curl -fsSL https://ollama.com/install.sh | bash
10
  ENV PATH="/root/.ollama/bin:$PATH"
11
 
12
- RUN ollama serve & sleep 5 && ollama pull mannix/defog-llama3-sqlcoder-8b:latest && echo "Done. Stop Ollama..." && systemctl stop ollama
13
  COPY requirements.txt ./
14
  RUN pip install --no-cache-dir -r requirements.txt
15
  COPY . .
 
9
  RUN curl -fsSL https://ollama.com/install.sh | bash
10
  ENV PATH="/root/.ollama/bin:$PATH"
11
 
12
+ RUN ollama serve & sleep 5 && ollama pull mannix/defog-llama3-sqlcoder-8b:latest && echo "Done. Stop Ollama..." && pkill ollama
13
  COPY requirements.txt ./
14
  RUN pip install --no-cache-dir -r requirements.txt
15
  COPY . .