Do0rMaMu commited on
Commit
7155aa6
1 Parent(s): e36f275

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -0
entrypoint.sh CHANGED
@@ -1,5 +1,7 @@
1
  #!/bin/bash
2
  # Start Ollama in the background
 
 
3
  ollama run llama2-uncensored &
4
 
5
  # Start the Flask application
 
1
  #!/bin/bash
2
  # Start Ollama in the background
3
+ ollama serve
4
+
5
  ollama run llama2-uncensored &
6
 
7
  # Start the Flask application