Spaces:
Running
Running
Echo-ai
commited on
Update start.sh
Browse files
start.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
# Start Ollama in the background
|
3 |
ollama serve &
|
4 |
#ollama serve --port 7860 --host 0.0.0.0 &
|
|
|
1 |
+
#!/bin/bash
|
2 |
# Start Ollama in the background
|
3 |
ollama serve &
|
4 |
#ollama serve --port 7860 --host 0.0.0.0 &
|