holy-script commited on
Commit
d602b9c
·
verified ·
1 Parent(s): caf153c

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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 --port 7860 &
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