ruslanmv commited on
Commit
9ebcbf0
1 Parent(s): 6c59502

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -30,6 +30,7 @@ RUN pip install --no-cache-dir -r requirements.txt
30
  # Install additional software
31
  RUN curl -fsSL https://ollama.com/install.sh | sh
32
 
 
33
  # Copy the entire application
34
  COPY . .
35
 
 
30
  # Install additional software
31
  RUN curl -fsSL https://ollama.com/install.sh | sh
32
 
33
+ RUN ollama serve
34
  # Copy the entire application
35
  COPY . .
36