Update runner for faster compiles
This commit is contained in:
@@ -2,13 +2,11 @@ services:
|
||||
ollama:
|
||||
container_name: ai-ollama
|
||||
image: docker.io/ollama/ollama:latest # This is only X86_64 right now. Working on building an image for this on ROCM
|
||||
restart: unless-stopped
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
volumes:
|
||||
- ./data/ollama/ollama:/root/.ollama
|
||||
ports:
|
||||
- 7869:11434
|
||||
environment:
|
||||
- OLLAMA_KEEP_ALIVE=24h
|
||||
- HSA_OVERRIDE_GFX_VERSION=11.0.0 # This is for the RX 7900XTX
|
||||
@@ -26,7 +24,7 @@ services:
|
||||
ports:
|
||||
- 8009:8080
|
||||
environment: # https://docs.openwebui.com/getting-started/env-configuration#default_models
|
||||
- OLLAMA_BASE_URLS=http://host.docker.internal:7869
|
||||
- OLLAMA_BASE_URLS=http://ollama:11434
|
||||
- ENV=prod
|
||||
- WEBUI_AUTH=True
|
||||
- WEBUI_NAME=Mistox AI
|
||||
|
||||
Reference in New Issue
Block a user