Update entrypoint.sh
Browse files- entrypoint.sh +0 -1
entrypoint.sh
CHANGED
|
@@ -11,7 +11,6 @@ done
|
|
| 11 |
|
| 12 |
# Pull the model
|
| 13 |
echo "Pulling the model..."
|
| 14 |
-
ollama pull nomic-embed-text
|
| 15 |
ollama pull hf.co/unsloth/phi-4-GGUF:Q8_0
|
| 16 |
|
| 17 |
# Keep the container running
|
|
|
|
| 11 |
|
| 12 |
# Pull the model
|
| 13 |
echo "Pulling the model..."
|
|
|
|
| 14 |
ollama pull hf.co/unsloth/phi-4-GGUF:Q8_0
|
| 15 |
|
| 16 |
# Keep the container running
|