gufett0 commited on
Commit
a2c2563
·
1 Parent(s): 247be7d

improved dockerfile

Browse files
Files changed (1) hide show
  1. startup.sh +1 -1
startup.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
 
3
  # Pull the Ollama model
4
- python -m ollama run gemma2:2b
5
 
6
  # Start the application
7
  #exec uvicorn app:app --host 0.0.0.0 --port 7860
 
1
  #!/bin/bash
2
 
3
  # Pull the Ollama model
4
+ ollama run gemma2:2b
5
 
6
  # Start the application
7
  #exec uvicorn app:app --host 0.0.0.0 --port 7860