Add note about PR fixing open-webui failure
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
parent
ef04625fee
commit
5dcb37dd58
@ -5,7 +5,7 @@
|
||||
acceleration = "cuda";
|
||||
};
|
||||
services.open-webui = {
|
||||
enable = lib.warn "open-webui disabled due to build failure" false;
|
||||
enable = lib.warn "open-webui disabled due to build failure. Should be fixed by #368411" false;
|
||||
environment = {
|
||||
DO_NOT_TRACK = "True";
|
||||
SCARF_NO_ANALYTICS = "True";
|
||||
|
Loading…
Reference in New Issue
Block a user