Skip to content

Commit

Permalink
version 0.3.35 from source image
Browse files Browse the repository at this point in the history
  • Loading branch information
oznav2 committed Oct 28, 2024
1 parent 089cfe8 commit e7cfd02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-myCustomizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions docker-compose.amdgpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
- 'HSA_OVERRIDE_GFX_VERSION=${HSA_OVERRIDE_GFX_VERSION-11.0.0}'


0 comments on commit e7cfd02

Please sign in to comment.