ruslanmv commited on
Commit
dde06f2
1 Parent(s): a131c07

Update ollama_start.sh

Browse files
Files changed (1) hide show
  1. ollama_start.sh +4 -1
ollama_start.sh CHANGED
@@ -7,4 +7,7 @@
7
  (curl -fsSL https://ollama.com/install.sh | sh && ollama serve > ollama.log 2>&1) &
8
 
9
  # Keep the container running by running a dummy command
10
- ollama serve
 
 
 
 
7
  (curl -fsSL https://ollama.com/install.sh | sh && ollama serve > ollama.log 2>&1) &
8
 
9
  # Keep the container running by running a dummy command
10
+ # Start ollama
11
+ ollama serve &
12
+ sleep 2
13
+ ollama pull llama3