From e7cfd02f56ab4679395558af4f2105289fc94c12 Mon Sep 17 00:00:00 2001 From: oznav2 Date: Mon, 28 Oct 2024 09:50:45 +0200 Subject: [PATCH] version 0.3.35 from source image --- docker-compose-myCustomizations.yaml | 2 +- docker-compose.amdgpu.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docker-compose-myCustomizations.yaml b/docker-compose-myCustomizations.yaml index 25dc511ddb..60a4714f30 100644 --- a/docker-compose-myCustomizations.yaml +++ b/docker-compose-myCustomizations.yaml @@ -26,7 +26,7 @@ services: build: context: . dockerfile: Dockerfile.local - image: ghcr.io/oznav2/ilan-open-webui:my-customizations + image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-cuda} pull_policy: always container_name: open-webui expose: diff --git a/docker-compose.amdgpu.yaml b/docker-compose.amdgpu.yaml index 7a1295d945..8939fd0d8f 100644 --- a/docker-compose.amdgpu.yaml +++ b/docker-compose.amdgpu.yaml @@ -3,6 +3,8 @@ services: devices: - /dev/kfd:/dev/kfd - /dev/dri:/dev/dri - image: ollama/ollama:${OLLAMA_DOCKER_TAG-rocm} + image: ghcr.io/oznav2/ilan-open-webui:my-customizations environment: - - 'HSA_OVERRIDE_GFX_VERSION=${HSA_OVERRIDE_GFX_VERSION-11.0.0}' \ No newline at end of file + - 'HSA_OVERRIDE_GFX_VERSION=${HSA_OVERRIDE_GFX_VERSION-11.0.0}' + + \ No newline at end of file