From faf13cfac46a62477beaa75697a7857607ff7e41 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 13 Oct 2025 13:09:52 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- nvidia/open-webui/README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/nvidia/open-webui/README.md b/nvidia/open-webui/README.md index fb0f5f5..479c58c 100644 --- a/nvidia/open-webui/README.md +++ b/nvidia/open-webui/README.md @@ -208,19 +208,16 @@ Once the container image is downloaded, continue to setup NVIDIA Sync. ## Step 4. Add Open WebUI custom port configuration -Setting up a new Custom port will XXXX +A Custom port is used to automatically start the Open WebUI container and set up port forwarding. Click the "Add New" button on the Custom tab. Fill out the form with these values: -**Name**: Open WebUI - -**Port**: 12000 - -**Auto open in browser at the following path**: Check this checkbox - -**Start Script**: Copy and paste this entire script: +- **Name**: Open WebUI +- **Port**: 12000 +- **Auto open in browser at the following path**: Check this checkbox +- **Start Script**: Copy and paste this entire script: ```bash #!/usr/bin/env bash @@ -265,7 +262,7 @@ echo "Running. Press Ctrl+C to stop ${NAME}." while :; do sleep 86400; done ``` -Click the "Add" button to save configuration to your DGX Spark. +- Click the "Add" button to save configuration to your DGX Spark. ## Step 5. Launch Open WebUI