From 564b37a35745de883b9172732f2af2e17fbea398 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 20 Feb 2026 10:10:02 +0000 Subject: [PATCH] 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 \