mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 15:49:29 +00:00
6 lines
145 B
Bash
6 lines
145 B
Bash
#!/bin/sh
|
|
|
|
curl http://ollama:11434/api/pull -d '{"model": "llama3.2:1b"}'
|
|
|
|
cd /app
|
|
poetry run sh -c 'flask --app senju/main run --host=0.0.0.0'
|