- Version to 0.7.0 (#19)

- Tweak Containerfile to add more dependencies, speed up container
  build.
This commit is contained in:
cybermaggedon 2024-08-22 17:02:36 +01:00 committed by GitHub
parent 1297cdb1d0
commit 86cbe7f929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
# ----------------------------------------------------------------------------