chore: Regenerate all playbooks

This commit is contained in:
GitLab CI 2025-10-13 13:09:52 +00:00
parent f3b2a416dc
commit faf13cfac4

View File

@ -208,19 +208,16 @@ Once the container image is downloaded, continue to setup NVIDIA Sync.
## Step 4. Add Open WebUI custom port configuration ## 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. Click the "Add New" button on the Custom tab.
Fill out the form with these values: Fill out the form with these values:
**Name**: Open WebUI - **Name**: Open WebUI
- **Port**: 12000
**Port**: 12000 - **Auto open in browser at the following path**: Check this checkbox
- **Start Script**: Copy and paste this entire script:
**Auto open in browser at the following path**: Check this checkbox
**Start Script**: Copy and paste this entire script:
```bash ```bash
#!/usr/bin/env bash #!/usr/bin/env bash
@ -265,7 +262,7 @@ echo "Running. Press Ctrl+C to stop ${NAME}."
while :; do sleep 86400; done 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 ## Step 5. Launch Open WebUI