AIencoder commited on
Commit
83830d0
·
verified ·
1 Parent(s): 49e3cf8

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +6 -1
entrypoint.sh CHANGED
@@ -6,8 +6,13 @@ ollama serve &
6
 
7
  sleep 10
8
 
9
- echo "Pulling model..."
 
10
  ollama pull qwen2.5-coder:3b
 
 
 
 
11
 
12
  echo "Starting app..."
13
  python3 /app.py
 
6
 
7
  sleep 10
8
 
9
+ echo "Pulling models..."
10
+ ollama pull qwen2.5-coder:1.5b
11
  ollama pull qwen2.5-coder:3b
12
+ ollama pull qwen2.5-coder:7b
13
+
14
+ echo "Models ready!"
15
+ ollama list
16
 
17
  echo "Starting app..."
18
  python3 /app.py