Temp disable tensorflow due to broken on py312

This commit is contained in:
Torjus Håkestad 2024-07-11 13:20:06 +02:00
parent 746501bb80
commit 58f37bf846

View File

@ -3,14 +3,14 @@
enable = true; enable = true;
acceleration = "cuda"; acceleration = "cuda";
}; };
services.open-webui = { # services.open-webui = {
enable = true; # enable = true;
environment = { # environment = {
DO_NOT_TRACK = "True"; # DO_NOT_TRACK = "True";
SCARF_NO_ANALYTICS = "True"; # SCARF_NO_ANALYTICS = "True";
OLLAMA_API_BASE_URL = "http://127.0.0.1:11434"; # OLLAMA_API_BASE_URL = "http://127.0.0.1:11434";
WEBUI_AUTH = "False"; # WEBUI_AUTH = "False";
}; # };
port = 11444; # port = 11444;
}; # };
} }