myyim commited on
Commit
5e0251e
·
verified ·
1 Parent(s): a8a9bb3

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -0
entrypoint.sh CHANGED
@@ -1,6 +1,7 @@
1
  #!/bin/bash
2
 
3
  # Start Ollama server in the background
 
4
  ollama serve &
5
 
6
  # Wait for the server to be ready
 
1
  #!/bin/bash
2
 
3
  # Start Ollama server in the background
4
+ echo "ollama"
5
  ollama serve &
6
 
7
  # Wait for the server to be ready