This commit is contained in:
2025-11-18 16:57:18 +01:00
parent 2e6ab18df8
commit c4aff80566
2 changed files with 5 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
services:
ollama:
image: ollama/ollama:rocm
image: ${DOCKER_REGISTRY:-}ollama/ollama:rocm
container_name: ollama
restart: unless-stopped
restart: ${RESTART:-unless-stopped}
devices:
- "/dev/kfd"
- "/dev/dri"