[PR #106] [CLOSED] Update env-configuration.md with correct case #228

Closed
opened 2026-02-15 17:15:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/106
Author: @mindspawn
Created: 6/8/2024
Status: Closed

Base: mainHead: mindspawn-patch-1


📝 Commits (1)

  • 914f167 Update env-configuration.md with correct case for USE_OLLAMA_DOCKER and USE_CUDA_DOCKER

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 docs/getting-started/env-configuration.md (+2 -2)

📄 Description

Using capitalized values leads to errors, such as CUDA libraries failing to load in the CUDA Docker container due to improper setup of LD_LIBRARY_PATH. A longer-term consistency review of boolean casing in configurations is recommended.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/106 **Author:** [@mindspawn](https://github.com/mindspawn) **Created:** 6/8/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mindspawn-patch-1` --- ### 📝 Commits (1) - [`914f167`](https://github.com/open-webui/docs/commit/914f1675834d1e10265f5ffbe34abb33a153e28c) Update env-configuration.md with correct case for USE_OLLAMA_DOCKER and USE_CUDA_DOCKER ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.md` (+2 -2) </details> ### 📄 Description Using capitalized values leads to errors, such as CUDA libraries failing to load in the CUDA Docker container due to improper setup of `LD_LIBRARY_PATH`. A longer-term consistency review of boolean casing in configurations is recommended. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:15:58 -05:00
yindo closed this issue 2026-02-15 17:15:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#228