Skip to content

Commit 3d00a33

Browse files
update image build compose (#698)
Signed-off-by: chensuyue <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1249c4f commit 3d00a33

14 files changed

+48
-55
lines changed

.github/workflows/docker/compose/agent-compose-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# this file should be run in the root of the repo
55
services:
6-
comps-agent-langchain:
6+
agent-langchain:
77
build:
88
dockerfile: comps/agent/langchain/Dockerfile
9-
image: ${REGISTRY:-opea}/comps-agent-langchain:${TAG:-latest}
9+
image: ${REGISTRY:-opea}/agent-langchain:${TAG:-latest}

.github/workflows/docker/compose/dataprep-compose-cd.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ services:
1919
build:
2020
dockerfile: comps/dataprep/pinecone/langchain/Dockerfile
2121
image: ${REGISTRY:-opea}/dataprep-pinecone:${TAG:-latest}
22-
dataprep-multimodal-redis:
23-
build:
24-
dockerfile: comps/dataprep/multimodal/redis/langchain/Dockerfile
25-
image: ${REGISTRY:-opea}/dataprep-multimodal-redis:${TAG:-latest}
2622
dataprep-vdms:
2723
build:
2824
dockerfile: comps/dataprep/vdms/langchain/Dockerfile

.github/workflows/docker/compose/dataprep-compose.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ services:
2121
build:
2222
dockerfile: comps/dataprep/vdms/multimodal_langchain/Dockerfile
2323
image: ${REGISTRY:-opea}/dataprep-multimodal-vdms:${TAG:-latest}
24+
dataprep-multimodal-redis:
25+
build:
26+
dockerfile: comps/dataprep/multimodal/redis/langchain/Dockerfile
27+
image: ${REGISTRY:-opea}/dataprep-multimodal-redis:${TAG:-latest}

.github/workflows/docker/compose/embeddings-compose-cd.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,10 @@ services:
1414
build:
1515
dockerfile: comps/embeddings/tei/llama_index/Dockerfile
1616
image: ${REGISTRY:-opea}/embedding-tei-llama-index:${TAG:-latest}
17-
bridgetower-embedder:
18-
build:
19-
dockerfile: comps/embeddings/multimodal/bridgetower/Dockerfile
20-
image: ${REGISTRY:-opea}/bridgetower-embedder:${TAG:-latest}
21-
bridgetower-embedder-gaudi:
17+
embedding-multimodal-bridgetower-gaudi:
2218
build:
2319
dockerfile: comps/embeddings/multimodal/bridgetower/Dockerfile.intel_hpu
24-
image: ${REGISTRY:-opea}/bridgetower-embedder-gaudi:${TAG:-latest}
25-
embedding-multimodal:
26-
build:
27-
dockerfile: comps/embeddings/multimodal/multimodal_langchain/Dockerfile
28-
image: ${REGISTRY:-opea}/embedding-multimodal:${TAG:-latest}
20+
image: ${REGISTRY:-opea}/embedding-multimodal-bridgetower-gaudi:${TAG:-latest}
2921
embedding-predictionguard:
3022
build:
3123
dockerfile: comps/embeddings/predictionguard/Dockerfile

.github/workflows/docker/compose/embeddings-compose.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ services:
1212
build:
1313
dockerfile: comps/embeddings/multimodal_clip/Dockerfile
1414
image: ${REGISTRY:-opea}/embedding-multimodal-clip:${TAG:-latest}
15+
embedding-multimodal-bridgetower:
16+
build:
17+
dockerfile: comps/embeddings/multimodal/bridgetower/Dockerfile
18+
image: ${REGISTRY:-opea}/embedding-multimodal-bridgetower:${TAG:-latest}
19+
embedding-multimodal:
20+
build:
21+
dockerfile: comps/embeddings/multimodal/multimodal_langchain/Dockerfile
22+
image: ${REGISTRY:-opea}/embedding-multimodal:${TAG:-latest}

.github/workflows/docker/compose/finetuning-compose-cd.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
# this file should be run in the root of the repo
55
services:
6-
finetuning:
7-
build:
8-
dockerfile: comps/finetuning/Dockerfile
9-
image: ${REGISTRY:-opea}/finetuning:${TAG:-latest}
106
finetuning-gaudi:
117
build:
128
dockerfile: comps/finetuning/Dockerfile.intel_hpu
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (C) 2024 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# this file should be run in the root of the repo
5+
services:
6+
finetuning:
7+
build:
8+
dockerfile: comps/finetuning/Dockerfile
9+
image: ${REGISTRY:-opea}/finetuning:${TAG:-latest}

.github/workflows/docker/compose/guardrails-compose.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,3 @@ services:
99
build:
1010
dockerfile: comps/guardrails/llama_guard/langchain/Dockerfile
1111
image: ${REGISTRY:-opea}/guardrails-tgi:${TAG:-latest}
12-
13-
guardrails-bias-detection:
14-
build:
15-
dockerfile: comps/guardrails/bias_detection/Dockerfile
16-
image: ${REGISTRY:-opea}/guardrails-bias-detection:${TAG:-latest}
17-
18-
guardrails-toxicity-detection:
19-
build:
20-
dockerfile: comps/guardrails/toxicity_detection/Dockerfile
21-
image: ${REGISTRY:-opea}/guardrails-toxicity-detection:${TAG:-latest}

.github/workflows/docker/compose/lvms-compose-cd.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33

44
# this file should be run in the root of the repo
55
services:
6-
lvm:
7-
build:
8-
dockerfile: comps/lvms/llava/Dockerfile
9-
image: ${REGISTRY:-opea}/lvm:${TAG:-latest}
10-
# Xeon CPU
11-
llava:
12-
build:
13-
dockerfile: comps/lvms/llava/dependency/Dockerfile
14-
image: ${REGISTRY:-opea}/llava:${TAG:-latest}
15-
# Gaudi2 HPU
166
llava-hpu:
177
build:
188
dockerfile: comps/lvms/llava/dependency/Dockerfile.intel_hpu

.github/workflows/docker/compose/lvms-compose.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ services:
1515
build:
1616
dockerfile: comps/lvms/video-llama/dependency/Dockerfile
1717
image: ${REGISTRY:-opea}/video-llama-lvm-server:${TAG:-latest}
18+
lvm-llava:
19+
build:
20+
dockerfile: comps/lvms/llava/dependency/Dockerfile
21+
image: ${REGISTRY:-opea}/lvm-llava:${TAG:-latest}
22+
lvm-llava-svc:
23+
build:
24+
dockerfile: comps/lvms/llava/Dockerfile
25+
image: ${REGISTRY:-opea}/lvm-llava-svc:${TAG:-latest}

0 commit comments

Comments
 (0)