From 08063a5ee94446f695a94bfc6dd9082c3f3db013 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Fri, 20 Feb 2026 10:13:44 +0000 Subject: [PATCH] Remove unused deps (#640) * Removed the Google GenAI hard-coded install --- containers/Containerfile.flow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/Containerfile.flow b/containers/Containerfile.flow index 8b20050d..c6bc7e50 100644 --- a/containers/Containerfile.flow +++ b/containers/Containerfile.flow @@ -16,7 +16,7 @@ RUN dnf install -y python3.13 && \ dnf clean all RUN pip3 install --no-cache-dir \ - anthropic cohere mistralai openai google-generativeai \ + anthropic cohere mistralai openai \ ollama \ langchain==0.3.25 langchain-core==0.3.60 \ langchain-text-splitters==0.3.8 \