alibidaran commited on
Commit
87ff6c7
·
verified ·
1 Parent(s): 3cf175c

Update start_services.sh

Browse files
Files changed (1) hide show
  1. start_services.sh +2 -2
start_services.sh CHANGED
@@ -1,5 +1,5 @@
1
  #!/bin/bash
2
-
3
  # Start the Ollama server
4
  #ollama serve &
5
  #sleep 5
@@ -13,5 +13,5 @@
13
 
14
 
15
  # Start the Gradio chatbot
16
- pip install gradio
17
  python app.py
 
1
  #!/bin/bash
2
+ . /app/venv/bin/activate
3
  # Start the Ollama server
4
  #ollama serve &
5
  #sleep 5
 
13
 
14
 
15
  # Start the Gradio chatbot
16
+ #pip install gradio
17
  python app.py