Skip to content

Commit 5c68eff

Browse files
authored
update agent example for the GenAIComps changes. (#1407)
Update build.yaml and compose_vllm.yaml because of refactoring of GenAIComps. Fix issue left by #1353
1 parent 39409d7 commit 5c68eff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

WorkflowExecAgent/docker_compose/intel/cpu/xeon/compose_vllm.yaml

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

44
services:
55
worflowexec-agent:
6-
image: ${REGISTRY:-opea}/agent-langchain:${TAG:-latest}
6+
image: ${REGISTRY:-opea}/agent:${TAG:-latest}
77
container_name: workflowexec-agent-endpoint
88
volumes:
9-
- ${WORKDIR}/GenAIComps/comps/agent/langchain/:/home/user/comps/agent/langchain/
9+
- ${WORKDIR}/GenAIComps/comps/agent/src/:/home/user/comps/agent/src/
1010
- ${TOOLSET_PATH}:/home/user/tools/
1111
ports:
1212
- "9090:9090"

WorkflowExecAgent/docker_image_build/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
services:
5-
agent-langchain:
5+
agent:
66
build:
77
context: GenAIComps
8-
dockerfile: comps/agent/langchain/Dockerfile
8+
dockerfile: comps/agent/src/Dockerfile
99
args:
1010
http_proxy: ${http_proxy}
1111
https_proxy: ${https_proxy}
1212
no_proxy: ${no_proxy}
13-
image: ${REGISTRY:-opea}/agent-langchain:${TAG:-latest}
13+
image: ${REGISTRY:-opea}/agent:${TAG:-latest}

0 commit comments

Comments
 (0)