From 91fcd62ef29b9c6499949bea76706cdd71129c45 Mon Sep 17 00:00:00 2001 From: Filip Trplan <8643457+filiptrplan@users.noreply.github.com> Date: Sat, 1 Feb 2025 14:35:57 +0100 Subject: [PATCH] Add clarification about the cuda image for docker compose --- docs/getting-started/quick-start/tab-docker/DockerCompose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/quick-start/tab-docker/DockerCompose.md b/docs/getting-started/quick-start/tab-docker/DockerCompose.md index 93bc000..99bc092 100644 --- a/docs/getting-started/quick-start/tab-docker/DockerCompose.md +++ b/docs/getting-started/quick-start/tab-docker/DockerCompose.md @@ -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: