Spaces:

npc0 commited on
Commit
15e235c
1 Parent(s): bf0eace

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +2 -0
run.sh CHANGED
@@ -1,3 +1,5 @@
 
 
1
  ollama serve &
2
  ollama pull mxbai-embed-large
3
  python app.py
 
1
+ #!/bin/bash
2
+ export PATH="/app/env/bin:$PATH"
3
  ollama serve &
4
  ollama pull mxbai-embed-large
5
  python app.py