[add] ollama
This commit is contained in:
parent
8bbe5ce5c7
commit
3984e1a251
1 changed files with 12 additions and 0 deletions
12
ollama/docker-compose.yml
Normal file
12
ollama/docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
services:
|
||||||
|
ollama:
|
||||||
|
build: .
|
||||||
|
container_name: ollama
|
||||||
|
image: ollama/ollama
|
||||||
|
healthcheck:
|
||||||
|
test: ollama --version || exit 1
|
||||||
|
interval: 10s
|
||||||
|
ports:
|
||||||
|
- "11434:11434"
|
||||||
|
volumes:
|
||||||
|
- ./ollama:/root/.ollama
|
Loading…
Add table
Reference in a new issue