shikharshahi commited on
Commit
5ac915a
·
verified ·
1 Parent(s): 1b93870

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -8
start.sh CHANGED
@@ -1,12 +1,5 @@
1
- #!/bin/bash
2
- # Start ollama server in background
3
  ollama serve &
4
-
5
- # Wait for it to be ready
6
  sleep 8
7
-
8
- # Pull the model
9
  ollama pull gemma3:1b
10
-
11
- # Keep container alive
12
  wait
 
1
+ #!/bin/sh
 
2
  ollama serve &
 
 
3
  sleep 8
 
 
4
  ollama pull gemma3:1b
 
 
5
  wait