mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
alias
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user