Skip to content

Commit bcb5960

Browse files
committed
debug
Signed-off-by: jeanyu-habana <jean1.yu@intel.com>
1 parent d20696a commit bcb5960

File tree

3 files changed

+31
-50
lines changed

3 files changed

+31
-50
lines changed

HybridRAG/docker_image_build/Dockerfile.text2cypher

Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+

HybridRAG/tests/test_compose_on_gaudi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function build_docker_images() {
3333

3434
cd $WORKPATH/docker_image_build
3535
git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
36+
cp requirements.txt GenAIComps/comps/text2cypher/src/requirements.txt
3637
pushd GenAIComps
3738
echo "GenAIComps test commit is $(git rev-parse HEAD)"
3839
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() {
4849

4950
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
5051
service_list="hybridrag hybridrag-ui dataprep retriever text2cypher vllm nginx"
51-
cp Dockerfile.text2cypher GenAIComps/comps/text2cypher/src/Dockerfile.intel_hpu
5252
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
5353

5454
docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.5

0 commit comments

Comments
 (0)