Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +1 -0
entrypoint.sh
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Start Ollama server in the background
|
|
|
4 |
ollama serve &
|
5 |
|
6 |
# Wait for the server to be ready
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Start Ollama server in the background
|
4 |
+
echo "ollama"
|
5 |
ollama serve &
|
6 |
|
7 |
# Wait for the server to be ready
|