Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -5,7 +5,7 @@ source /venv/bin/activate
|
|
5 |
|
6 |
# Start Ollama server on port 7860
|
7 |
echo "Starting Ollama server on port 7860..."
|
8 |
-
ollama serve
|
9 |
|
10 |
# Give Ollama some time to initialize
|
11 |
sleep 2
|
|
|
5 |
|
6 |
# Start Ollama server on port 7860
|
7 |
echo "Starting Ollama server on port 7860..."
|
8 |
+
ollama serve &
|
9 |
|
10 |
# Give Ollama some time to initialize
|
11 |
sleep 2
|