Update entrypoint.sh
Browse files- entrypoint.sh +2 -1
entrypoint.sh
CHANGED
@@ -11,7 +11,8 @@ done
|
|
11 |
|
12 |
# Pull the model
|
13 |
echo "Pulling the model..."
|
14 |
-
ollama pull
|
|
|
15 |
|
16 |
# Keep the container running
|
17 |
wait
|
|
|
11 |
|
12 |
# Pull the model
|
13 |
echo "Pulling the model..."
|
14 |
+
ollama pull steamdj/llama3-cpu-only
|
15 |
+
# hf.co/unsloth/phi-4-GGUF:Q8_0
|
16 |
|
17 |
# Keep the container running
|
18 |
wait
|