Update runner for faster compiles
Docker Build and Release Upload / build-uvicorn (push) Failing after 7s
Docker Build and Release Upload / build-cuda (push) Failing after 1m20s
Docker Build and Release Upload / build-rocm (push) Failing after 1m21s

This commit is contained in:
2026-04-16 17:46:19 -07:00
parent e46fcb5971
commit da23bf9502
3 changed files with 45 additions and 34 deletions
+2 -4
View File
@@ -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