bbbipul commited on
Commit
4d273ec
·
verified ·
1 Parent(s): d8ea116

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -0
entrypoint.sh CHANGED
@@ -3,6 +3,7 @@
3
  # Starting server
4
  echo "Starting server"
5
  ollama serve &
 
6
  sleep 1
7
 
8
  # Splitting the models by comma and pulling each
 
3
  # Starting server
4
  echo "Starting server"
5
  ollama serve &
6
+ OLLAMA_HOST=127.0.0.1:12435 ollama serve &
7
  sleep 1
8
 
9
  # Splitting the models by comma and pulling each