seagoat: Fix server startup (#451811)

This commit is contained in:
h7x4
2025-10-18 08:33:30 +00:00
committed by GitHub

View File

@@ -30,6 +30,7 @@ python3Packages.buildPythonApplication rec {
"chromadb"
"psutil"
"setuptools"
"ollama"
];
dependencies = with python3Packages; [
@@ -46,6 +47,7 @@ python3Packages.buildPythonApplication rec {
ollama
psutil
pygments
python-dotenv
requests
stop-words
waitress