mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 07:04:31 -04:00
Bug in Update Documentation #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dabockster on GitHub (Oct 31, 2024).
Originally assigned to: @silentoplayz on GitHub.
Hey all, I saw a "bug" in the update documentation here:
https://docs.openwebui.com/getting-started/updating
Specifically the "Create a New Container with the Updated Image" command under the Manual Installation instructions. The Docker command there will install the non-CUDA version of Open WebUI. I didn't see this and mentally swore at my computer for over a week wondering why everything was CPU bound.
Could you add the CUDA command to that page? It's otherwise super easy to miss if you're moving fast and don't take the time to read the full update command.
@thomasbergersen commented on GitHub (Oct 31, 2024):
docker run --gups all
@silentoplayz commented on GitHub (Dec 21, 2024):
Related PR I have open here - https://github.com/open-webui/docs/pull/337
Please thoroughly review the changes made to the page here and let me know what you think.