17 lines
No EOL
508 B
YAML
17 lines
No EOL
508 B
YAML
# named volume 'ollama' is marked as "external" (used by service 'ollama'), so either remove "external" from volume definition or it needs to be created using: docker volume create ollama
|
|
name: ollama
|
|
services:
|
|
ollama:
|
|
devices:
|
|
- /dev/kfd
|
|
- /dev/dri
|
|
volumes:
|
|
- ollama:/root/.ollama
|
|
ports:
|
|
- 11434:11434
|
|
container_name: ollama
|
|
image: ollama/ollama:rocm
|
|
volumes:
|
|
ollama:
|
|
external: true
|
|
name: ollama |