Skip to content

Commit 3ca7886

Browse files
Update example code for embedding dependency moving to 3rd_party (#1368)
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
1 parent 7a3dfa9 commit 3ca7886

File tree

29 files changed

+88
-88
lines changed

29 files changed

+88
-88
lines changed

AvatarChatbot/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docker build -t opea/speecht5:latest --build-arg https_proxy=$https_proxy --buil
3030
### 5. Build Animation Image
3131

3232
```bash
33-
docker build -t opea/wav2lip:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/wav2lip/src/Dockerfile .
33+
docker build -t opea/wav2lip:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/wav2lip/src/Dockerfile .
3434

3535
docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src/Dockerfile .
3636
```

AvatarChatbot/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docker build -t opea/speecht5-gaudi:latest --build-arg https_proxy=$https_proxy
3030
### 5. Build Animation Image
3131

3232
```bash
33-
docker build -t opea/wav2lip-gaudi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/wav2lip/src/Dockerfile.intel_hpu .
33+
docker build -t opea/wav2lip-gaudi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/wav2lip/src/Dockerfile.intel_hpu .
3434

3535
docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src/Dockerfile .
3636
```

AvatarChatbot/docker_image_build/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ services:
5656
wav2lip-gaudi:
5757
build:
5858
context: GenAIComps
59-
dockerfile: comps/3rd_parties/wav2lip/src/Dockerfile.intel_hpu
59+
dockerfile: comps/third_parties/wav2lip/src/Dockerfile.intel_hpu
6060
extends: avatarchatbot
6161
image: ${REGISTRY:-opea}/wav2lip-gaudi:${TAG:-latest}
6262
wav2lip:
6363
build:
6464
context: GenAIComps
65-
dockerfile: comps/3rd_parties/wav2lip/src/Dockerfile
65+
dockerfile: comps/third_parties/wav2lip/src/Dockerfile
6666
extends: avatarchatbot
6767
image: ${REGISTRY:-opea}/wav2lip:${TAG:-latest}
6868
animation:

ChatQnA/docker_compose/amd/gpu/rocm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ cd ../../../..
138138

139139
```bash
140140
cd GenAIComps
141-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
141+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
142142
```
143143

144144
Then run the command `docker images`, you will have the following 5 Docker Images:

ChatQnA/docker_compose/intel/cpu/aipc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ docker build --no-cache -t opea/chatqna-ui:latest --build-arg https_proxy=$https
5555

5656
```bash
5757
cd GenAIComps
58-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
58+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
5959
```
6060

6161
Then run the command `docker images`, you will have the following 6 Docker Images:

ChatQnA/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ docker build --no-cache -t opea/chatqna-conversation-ui:latest --build-arg https
161161

162162
```bash
163163
cd GenAIComps
164-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
164+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
165165
```
166166

167167
Then run the command `docker images`, you will have the following 5 Docker Images:

ChatQnA/docker_compose/intel/cpu/xeon/README_pinecone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ docker build --no-cache -t opea/chatqna-conversation-ui:latest --build-arg https
164164

165165
```bash
166166
cd GenAIComps
167-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
167+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
168168
```
169169

170170
Then run the command `docker images`, you will have the following 5 Docker Images:

ChatQnA/docker_compose/intel/cpu/xeon/README_qdrant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ cd ../../../..
122122

123123
```bash
124124
cd GenAIComps
125-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
125+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
126126
```
127127

128128
Then run the command `docker images`, you will have the following 5 Docker Images:

ChatQnA/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ docker build --no-cache -t opea/chatqna-conversation-ui:latest --build-arg https
151151

152152
```bash
153153
cd GenAIComps
154-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
154+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
155155
```
156156

157157
Then run the command `docker images`, you will have the following 5 Docker Images:

ChatQnA/docker_compose/nvidia/gpu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ cd ../../..
148148

149149
```bash
150150
cd GenAIComps
151-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
151+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
152152
```
153153

154154
Then run the command `docker images`, you will have the following 5 Docker Images:

ChatQnA/docker_image_build/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ services:
116116
nginx:
117117
build:
118118
context: GenAIComps
119-
dockerfile: comps/3rd_parties/nginx/src/Dockerfile
119+
dockerfile: comps/third_parties/nginx/src/Dockerfile
120120
extends: chatqna
121121
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}

CodeTrans/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ docker build -t opea/codetrans-ui:latest --build-arg https_proxy=$https_proxy --
4141

4242
```bash
4343
cd GenAIComps
44-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
44+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
4545
```
4646

4747
Then run the command `docker images`, you will have the following Docker Images:

CodeTrans/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docker build -t opea/codetrans-ui:latest --build-arg https_proxy=$https_proxy --
3333

3434
```bash
3535
cd GenAIComps
36-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
36+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
3737
```
3838

3939
Then run the command `docker images`, you will have the following Docker Images:

CodeTrans/docker_image_build/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ services:
2626
nginx:
2727
build:
2828
context: GenAIComps
29-
dockerfile: comps/3rd_parties/nginx/src/Dockerfile
29+
dockerfile: comps/third_parties/nginx/src/Dockerfile
3030
extends: codetrans
3131
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}

GraphRAG/docker_image_build/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
https_proxy: ${https_proxy}
3737
no_proxy: ${no_proxy}
3838
context: GenAIComps
39-
dockerfile: comps/3rd_parties/nginx/src/Dockerfile
39+
dockerfile: comps/third_parties/nginx/src/Dockerfile
4040
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
4141
graphrag-ui:
4242
build:

MultimodalQnA/docker_compose/amd/gpu/rocm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Build embedding-multimodal-bridgetower docker image
2525
```bash
2626
git clone https://github.com/opea-project/GenAIComps.git
2727
cd GenAIComps
28-
docker build --no-cache -t opea/embedding-multimodal-bridgetower:latest --build-arg EMBEDDER_PORT=$EMBEDDER_PORT --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/embeddings/src/integrations/dependency/bridgetower/Dockerfile .
28+
docker build --no-cache -t opea/embedding-multimodal-bridgetower:latest --build-arg EMBEDDER_PORT=$EMBEDDER_PORT --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/bridgetower/src/Dockerfile .
2929
```
3030

3131
Build embedding microservice image

MultimodalQnA/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Build embedding-multimodal-bridgetower docker image
112112
```bash
113113
git clone https://github.com/opea-project/GenAIComps.git
114114
cd GenAIComps
115-
docker build --no-cache -t opea/embedding-multimodal-bridgetower:latest --build-arg EMBEDDER_PORT=$EMBEDDER_PORT --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/embeddings/src/integrations/dependency/bridgetower/Dockerfile .
115+
docker build --no-cache -t opea/embedding-multimodal-bridgetower:latest --build-arg EMBEDDER_PORT=$EMBEDDER_PORT --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/bridgetower/src/Dockerfile .
116116
```
117117

118118
Build embedding microservice image

MultimodalQnA/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Build embedding-multimodal-bridgetower docker image
6363
```bash
6464
git clone https://github.com/opea-project/GenAIComps.git
6565
cd GenAIComps
66-
docker build --no-cache -t opea/embedding-multimodal-bridgetower:latest --build-arg EMBEDDER_PORT=$EMBEDDER_PORT --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/embeddings/src/integrations/dependency/bridgetower/Dockerfile .
66+
docker build --no-cache -t opea/embedding-multimodal-bridgetower:latest --build-arg EMBEDDER_PORT=$EMBEDDER_PORT --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/bridgetower/src/Dockerfile .
6767
```
6868
6969
Build embedding microservice image

MultimodalQnA/docker_image_build/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
embedding-multimodal-bridgetower:
2121
build:
2222
context: GenAIComps
23-
dockerfile: comps/embeddings/src/integrations/dependency/bridgetower/Dockerfile
23+
dockerfile: comps/third_parties/bridgetower/src/Dockerfile
2424
extends: multimodalqna
2525
image: ${REGISTRY:-opea}/embedding-multimodal-bridgetower:${TAG:-latest}
2626
embedding:

Translation/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docker build -t opea/translation-ui:latest --build-arg https_proxy=$https_proxy
6060

6161
```bash
6262
cd GenAIComps
63-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
63+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
6464
```
6565

6666
Then run the command `docker images`, you will have the following Docker Images:

Translation/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ docker build -t opea/translation-ui:latest --build-arg https_proxy=$https_proxy
5252

5353
```bash
5454
cd GenAIComps
55-
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
55+
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
5656
```
5757

5858
Then run the command `docker images`, you will have the following four Docker Images:

Translation/docker_image_build/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ services:
2626
nginx:
2727
build:
2828
context: GenAIComps
29-
dockerfile: comps/3rd_parties/nginx/src/Dockerfile
29+
dockerfile: comps/third_parties/nginx/src/Dockerfile
3030
extends: translation
3131
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}

VideoQnA/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ First of all, you need to build Docker Images locally and install the python pac
5353
```bash
5454
git clone https://github.com/opea-project/GenAIComps.git
5555
cd GenAIComps
56-
docker build -t opea/embedding-multimodal-clip:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/embeddings/src/integrations/dependency/clip/Dockerfile .
56+
docker build -t opea/embedding-multimodal-clip:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/clip/src/Dockerfile .
5757
```
5858

5959
### 2. Build Retriever Image

VideoQnA/docker_image_build/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
embedding-multimodal-clip:
2727
build:
2828
context: GenAIComps
29-
dockerfile: comps/embeddings/src/integrations/dependency/clip/Dockerfile
29+
dockerfile: comps/third_parties/clip/src/Dockerfile
3030
extends: videoqna
3131
image: ${REGISTRY:-opea}/embedding-multimodal-clip:${TAG:-latest}
3232
retriever-vdms:

VisualQnA/docker_compose/amd/gpu/rocm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First of all, you need to build Docker Images locally and install the python pac
1212
git clone https://github.com/opea-project/GenAIComps.git
1313
cd GenAIComps
1414
docker build --no-cache -t opea/lvm-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/lvms/tgi-llava/Dockerfile .
15-
docker build --no-cache -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
15+
docker build --no-cache -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
1616
```
1717

1818
### 2. Build MegaService Docker Image

VisualQnA/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ First of all, you need to build Docker Images locally and install the python pac
4242
git clone https://github.com/opea-project/GenAIComps.git
4343
cd GenAIComps
4444
docker build --no-cache -t opea/lvm-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/lvms/tgi-llava/Dockerfile .
45-
docker build --no-cache -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
45+
docker build --no-cache -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
4646
```
4747

4848
### 2. Build MegaService Docker Image

VisualQnA/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First of all, you need to build Docker Images locally. This step can be ignored
1212
git clone https://github.com/opea-project/GenAIComps.git
1313
cd GenAIComps
1414
docker build --no-cache -t opea/lvm-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/lvms/tgi-llava/Dockerfile .
15-
docker build --no-cache -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
15+
docker build --no-cache -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
1616
```
1717

1818
### 2. Pull TGI Gaudi Image

VisualQnA/docker_image_build/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ services:
2626
nginx:
2727
build:
2828
context: GenAIComps
29-
dockerfile: comps/3rd_parties/nginx/src/Dockerfile
29+
dockerfile: comps/third_parties/nginx/src/Dockerfile
3030
extends: visualqna
3131
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}

0 commit comments

Comments
 (0)