Remove unused deps (#640)

* Removed the Google GenAI hard-coded install
This commit is contained in:
cybermaggedon 2026-02-20 10:13:44 +00:00 committed by GitHub
parent 2d8dbf4cdb
commit 08063a5ee9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ RUN dnf install -y python3.13 && \
dnf clean all dnf clean all
RUN pip3 install --no-cache-dir \ RUN pip3 install --no-cache-dir \
anthropic cohere mistralai openai google-generativeai \ anthropic cohere mistralai openai \
ollama \ ollama \
langchain==0.3.25 langchain-core==0.3.60 \ langchain==0.3.25 langchain-core==0.3.60 \
langchain-text-splitters==0.3.8 \ langchain-text-splitters==0.3.8 \