Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
fafb8cd2
Unverified
Commit
fafb8cd2
authored
Apr 06, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Apr 06, 2024
Browse files
Merge pull request #1439 from justinh-rahb/rocm-compose
Add AMD Docker Compose config file
parents
8110a872
f34b9733
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
docker-compose.amdgpu.yaml
docker-compose.amdgpu.yaml
+8
-0
docker-compose.yaml
docker-compose.yaml
+2
-2
No files found.
docker-compose.amdgpu.yaml
0 → 100644
View file @
fafb8cd2
services
:
ollama
:
devices
:
-
/dev/kfd:/dev/kfd
-
/dev/dri:/dev/dri
image
:
ollama/ollama:${OLLAMA_DOCKER_TAG-rocm}
environment
:
-
'
HSA_OVERRIDE_GFX_VERSION=${HSA_OVERRIDE_GFX_VERSION-11.0.0}'
\ No newline at end of file
docker-compose.yaml
View file @
fafb8cd2
...
...
@@ -8,7 +8,7 @@ services:
pull_policy
:
always
tty
:
true
restart
:
unless-stopped
image
:
ollama/ollama:latest
image
:
ollama/ollama:
${OLLAMA_DOCKER_TAG-
latest
}
open-webui
:
build
:
...
...
@@ -16,7 +16,7 @@ services:
args
:
OLLAMA_BASE_URL
:
'
/ollama'
dockerfile
:
Dockerfile
image
:
ghcr.io/open-webui/open-webui:main
image
:
ghcr.io/open-webui/open-webui:
${WEBUI_DOCKER_TAG-
main
}
container_name
:
open-webui
volumes
:
-
open-webui:/app/backend/data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment