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