Spaces:

npc0 commited on
Commit
fcb2e30
1 Parent(s): 9f7734b

Update run.sh

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