This commit is contained in:
2025-11-13 09:43:49 +01:00
parent 46ea08fe1c
commit e8b248847b

19
ollama/docker-compose.yml Executable file
View File

@@ -0,0 +1,19 @@
services:
ollama:
image: ollama/ollama:rocm
container_name: ollama
restart: unless-stopped
devices:
- "/dev/kfd"
- "/dev/dri"
volumes:
- ollama_models:/root/.ollama
environment:
- HSA_OVERRIDE_GFX_VERSION=11.0.0
ports:
- "11434:11434"
dns:
- "8.8.8.8"
volumes:
ollama_models: