ruslanmv commited on
Commit
4b1a48e
·
1 Parent(s): 4f183b5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -28,6 +28,9 @@ RUN pip install --no-cache-dir -r requirements.txt
28
  # Install additional software
29
  RUN curl -fsSL https://ollama.com/install.sh | sh
30
 
 
 
 
31
  # Download the required model
32
  RUN ollama pull llama3
33
 
 
28
  # Install additional software
29
  RUN curl -fsSL https://ollama.com/install.sh | sh
30
 
31
+
32
+ RUN systemctl start ollama
33
+
34
  # Download the required model
35
  RUN ollama pull llama3
36