Spaces:
Runtime error
Runtime error
ww commited on
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -12,7 +12,7 @@ done
|
|
| 12 |
|
| 13 |
# Pull the model
|
| 14 |
echo "Pulling the model..."
|
| 15 |
-
ollama pull gemma3:1b
|
| 16 |
ollama pull qwen3:0.6b
|
| 17 |
ollama pull nomic-embed-text:latest
|
| 18 |
# Keep the container running
|
|
|
|
| 12 |
|
| 13 |
# Pull the model
|
| 14 |
echo "Pulling the model..."
|
| 15 |
+
#ollama pull gemma3:1b
|
| 16 |
ollama pull qwen3:0.6b
|
| 17 |
ollama pull nomic-embed-text:latest
|
| 18 |
# Keep the container running
|