mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
Merge pull request #378 from filiptrplan/patch-1
Add clarification about the cuda image for docker compose
This commit is contained in:
commit
a853eb8b0e
@ -39,7 +39,7 @@ A useful helper script called `run-compose.sh` is included with the codebase. Th
|
||||
|
||||
---
|
||||
|
||||
**Note:** For Nvidia GPU support, add the following to your service definition in the `docker-compose.yml` file:
|
||||
**Note:** For Nvidia GPU support, you change the image from `ghcr.io/open-webui/open-webui:main` to `ghcr.io/open-webui/open-webui:cuda` and add the following to your service definition in the `docker-compose.yml` file:
|
||||
|
||||
```yaml
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user