mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
alias
This commit is contained in:
19
ollama/docker-compose.yml
Executable file
19
ollama/docker-compose.yml
Executable 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:
|
||||||
Reference in New Issue
Block a user