Files
GenAIExamples/AgentQnA/docker_image_build/build.yaml
chen, suyue e2a74f7463 update image name (#820)
Signed-off-by: chensuyue <suyue.chen@intel.com>
2024-09-18 10:35:53 +08:00

14 lines
367 B
YAML

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
services:
agent-langchain:
build:
context: GenAIComps
dockerfile: comps/agent/langchain/Dockerfile
args:
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
no_proxy: ${no_proxy}
image: ${REGISTRY:-opea}/agent-langchain:${TAG:-latest}