subhrajit-mohanty commited on
Commit
907b351
·
verified ·
1 Parent(s): 41ceb4b

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
 
3
  # Start Ollama server in the background
4
- ollama serve --port 7860 &
5
 
6
  # Wait for the server to be ready
7
  while ! nc -z localhost 7860; do
 
1
  #!/bin/bash
2
 
3
  # Start Ollama server in the background
4
+ ollama serve &
5
 
6
  # Wait for the server to be ready
7
  while ! nc -z localhost 7860; do