Removed the Google GenAI hard-coded install

This commit is contained in:
Cyber MacGeddon 2026-02-20 10:10:02 +00:00
parent 48adbc8b6d
commit 564b37a357

View file

@ -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 \