holy-script commited on
Commit
82ed2fb
·
verified ·
1 Parent(s): e693cc5

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +4 -1
entrypoint.sh CHANGED
@@ -1,6 +1,9 @@
1
  #!/bin/bash
2
 
3
- # Starting Ollama server
 
 
 
4
  echo "Starting Ollama server..."
5
  ollama serve &
6
 
 
1
  #!/bin/bash
2
 
3
+ # Activate virtual environment
4
+ source /venv/bin/activate
5
+
6
+ # Start Ollama server
7
  echo "Starting Ollama server..."
8
  ollama serve &
9