From 1c576cc8eb7aa43368485d6951a4e8446065584d Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:11:10 +0200 Subject: [PATCH] fix: indentation I was confused for a while before I understood that those were the instructions for enabling GPU but had nothing to do with ollama --- docs/getting-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index fed011d..17b1668 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -139,7 +139,7 @@ Visit the [Docker documentation](https://docs.docker.com/storage/) to understand docker run -d -p 3000:8080 -e OLLAMA_BASE_URL=https://example.com -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main ``` - - **To run Open WebUI with Nvidia GPU support**, use this command: +- **To run Open WebUI with Nvidia GPU support**, use this command: ```bash docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda