- Version to 0.7.0

- Tweak Containerfile to add more dependencies, speed up container
  build.
This commit is contained in:
Cyber MacGeddon 2024-08-22 16:56:15 +01:00
parent f09618081e
commit bfe540fb35
12 changed files with 142 additions and 141 deletions

View file

@ -13,10 +13,11 @@ RUN dnf install -y python3 python3-pip python3-wheel python3-aiohttp \
RUN pip3 install torch --index-url https://download.pytorch.org/whl/cpu
RUN pip3 install anthropic boto3 cohere openai google-cloud-aiplatform langchain langchain-core \
langchain-huggingface langchain-text-splitters langchain-community \
pymilvus sentence-transformers transformers huggingface-hub \
pulsar-client && \
RUN pip3 install anthropic boto3 cohere openai google-cloud-aiplatform \
langchain langchain-core langchain-huggingface langchain-text-splitters \
langchain-community pymilvus sentence-transformers transformers \
huggingface-hub pulsar-client cassandra-driver pyarrow pyyaml \
neo4j tiktoken && \
pip3 cache purge
# ----------------------------------------------------------------------------