Spaces:
Runtime error
Runtime error
Update start_service.sh
Browse files- start_service.sh +1 -1
start_service.sh
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#!/bin/sh
|
2 |
|
3 |
#
|
4 |
-
curl -fsSL https://ollama.com/install.sh | sh
|
5 |
|
6 |
# Start Ollama in the background
|
7 |
ollama serve &
|
|
|
1 |
#!/bin/sh
|
2 |
|
3 |
#
|
4 |
+
sudo curl -fsSL https://ollama.com/install.sh | sh
|
5 |
|
6 |
# Start Ollama in the background
|
7 |
ollama serve &
|