ruslanmv commited on
Commit
d4c1e89
1 Parent(s): bc7f519

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +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
- RUN ollama serve
34
  # Copy the entire application
35
  COPY . .
36
 
 
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