mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-29 17:25:15 +02:00
- Version to 0.7.0 (#19)
- Tweak Containerfile to add more dependencies, speed up container build.
This commit is contained in:
parent
1297cdb1d0
commit
86cbe7f929
12 changed files with 142 additions and 141 deletions
|
|
@ -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
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue