Spaces:
Runtime error
Runtime error
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -1,12 +1,5 @@
|
|
| 1 |
-
#!/bin/
|
| 2 |
-
# Start ollama server in background
|
| 3 |
ollama serve &
|
| 4 |
-
|
| 5 |
-
# Wait for it to be ready
|
| 6 |
sleep 8
|
| 7 |
-
|
| 8 |
-
# Pull the model
|
| 9 |
ollama pull gemma3:1b
|
| 10 |
-
|
| 11 |
-
# Keep container alive
|
| 12 |
wait
|
|
|
|
| 1 |
+
#!/bin/sh
|
|
|
|
| 2 |
ollama serve &
|
|
|
|
|
|
|
| 3 |
sleep 8
|
|
|
|
|
|
|
| 4 |
ollama pull gemma3:1b
|
|
|
|
|
|
|
| 5 |
wait
|