File tree 2 files changed +5
-5
lines changed
docker_compose/intel/cpu/xeon
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
services :
5
5
worflowexec-agent :
6
- image : ${REGISTRY:-opea}/agent-langchain :${TAG:-latest}
6
+ image : ${REGISTRY:-opea}/agent:${TAG:-latest}
7
7
container_name : workflowexec-agent-endpoint
8
8
volumes :
9
- - ${WORKDIR}/GenAIComps/comps/agent/langchain /:/home/user/comps/agent/langchain /
9
+ - ${WORKDIR}/GenAIComps/comps/agent/src /:/home/user/comps/agent/src /
10
10
- ${TOOLSET_PATH}:/home/user/tools/
11
11
ports :
12
12
- " 9090:9090"
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
services :
5
- agent-langchain :
5
+ agent :
6
6
build :
7
7
context : GenAIComps
8
- dockerfile : comps/agent/langchain /Dockerfile
8
+ dockerfile : comps/agent/src /Dockerfile
9
9
args :
10
10
http_proxy : ${http_proxy}
11
11
https_proxy : ${https_proxy}
12
12
no_proxy : ${no_proxy}
13
- image : ${REGISTRY:-opea}/agent-langchain :${TAG:-latest}
13
+ image : ${REGISTRY:-opea}/agent:${TAG:-latest}
You can’t perform that action at this time.
0 commit comments