seagoat: Fix server startup (#451811)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user