mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-09 07:12:37 +02:00
Maint/fix build env (#84)
* Put README placeholders for packages in place * Bump version
This commit is contained in:
parent
9b91d5eee3
commit
f00baab1b8
28 changed files with 369 additions and 366 deletions
|
|
@ -29,25 +29,12 @@ RUN pip3 install anthropic boto3 cohere openai google-cloud-aiplatform ollama \
|
|||
FROM ai AS build
|
||||
|
||||
COPY trustgraph-base/ /root/build/trustgraph-base/
|
||||
COPY README.md /root/build/trustgraph-base/
|
||||
|
||||
COPY trustgraph-flow/ /root/build/trustgraph-flow/
|
||||
COPY README.md /root/build/trustgraph-flow/
|
||||
|
||||
COPY trustgraph-vertexai/ /root/build/trustgraph-vertexai/
|
||||
COPY README.md /root/build/trustgraph-vertexai/
|
||||
|
||||
COPY trustgraph-bedrock/ /root/build/trustgraph-bedrock/
|
||||
COPY README.md /root/build/trustgraph-bedrock/
|
||||
|
||||
COPY trustgraph-parquet/ /root/build/trustgraph-parquet/
|
||||
COPY README.md /root/build/trustgraph-parquet/
|
||||
|
||||
COPY trustgraph-embeddings-hf/ /root/build/trustgraph-embeddings-hf/
|
||||
COPY README.md /root/build/trustgraph-embeddings-hf/
|
||||
|
||||
COPY trustgraph-utils/ /root/build/trustgraph-utils/
|
||||
COPY README.md /root/build/trustgraph-utils/
|
||||
|
||||
WORKDIR /root/build/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue