File tree 3 files changed +31
-50
lines changed
3 files changed +31
-50
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ accelerate
2
+ docarray [full ]
3
+ fastapi
4
+ huggingface_hub
5
+ json_repair
6
+ langchain
7
+ langchain-community
8
+ langchain-huggingface
9
+ langchain_experimental
10
+ llama-index
11
+ llama-index-embeddings-huggingface
12
+ llama-index-embeddings-langchain
13
+ llama-index-graph-stores-neo4j
14
+ llama-index-llms-huggingface
15
+ llama-index-llms-huggingface-api
16
+ neo4j
17
+ opentelemetry-api
18
+ opentelemetry-exporter-otlp
19
+ opentelemetry-sdk
20
+ peft
21
+ prometheus-fastapi-instrumentator
22
+ pydub
23
+ pyprojroot
24
+ sentence-transformers == 3.2.1
25
+ shortuuid
26
+ transformers == 4.45.2
27
+ unstructured
28
+ urllib3
29
+ uvicorn
30
+
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ function build_docker_images() {
33
33
34
34
cd $WORKPATH /docker_image_build
35
35
git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
36
+ cp requirements.txt GenAIComps/comps/text2cypher/src/requirements.txt
36
37
pushd GenAIComps
37
38
echo " GenAIComps test commit is $( git rev-parse HEAD) "
38
39
docker build --no-cache -t ${REGISTRY} /comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
@@ -48,7 +49,6 @@ function build_docker_images() {
48
49
49
50
echo " Build all the images with --no-cache, check docker_image_build.log for details..."
50
51
service_list=" hybridrag hybridrag-ui dataprep retriever text2cypher vllm nginx"
51
- cp Dockerfile.text2cypher GenAIComps/comps/text2cypher/src/Dockerfile.intel_hpu
52
52
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
53
53
54
54
docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
You can’t perform that action at this time.
0 commit comments