Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -35,7 +35,7 @@ echo "Ollama server is ready!"
|
|
35 |
|
36 |
# Pull the model with error handling
|
37 |
echo "Pulling the model..."
|
38 |
-
if ! ollama pull
|
39 |
echo "ERROR: Failed to pull model smollm2:135m"
|
40 |
exit 1
|
41 |
fi
|
|
|
35 |
|
36 |
# Pull the model with error handling
|
37 |
echo "Pulling the model..."
|
38 |
+
if ! ollama pull gemma3:270m; then
|
39 |
echo "ERROR: Failed to pull model smollm2:135m"
|
40 |
exit 1
|
41 |
fi
|