mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-03-15 14:50:00 +01:00
build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
ollama:
|
||||
image: ${DOCKER_REGISTRY:-}ollama/ollama:rocm
|
||||
image: ${DOCKER_REGISTRY:-}ollama/ollama
|
||||
container_name: ollama
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
devices:
|
||||
@@ -10,6 +10,7 @@ services:
|
||||
- models:/root/.ollama
|
||||
environment:
|
||||
- HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||
- OLLAMA_VULKAN=1
|
||||
ports:
|
||||
- "11434:11434"
|
||||
dns:
|
||||
|
||||
Reference in New Issue
Block a user