From 15bd5ebd7ba95ec3b7cd715e96185904b26c5b7e Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 26 Sep 2024 15:57:43 +0200 Subject: [PATCH] Update README.md Co-Authored-By: Aam Surganda <74174455+aamsur-933@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d73c1a51d..e83324ead 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ This will start the Open WebUI server, which you can access at [http://localhost 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