Signed-off-by: minmin-intel <minmin.hou@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
23 lines
603 B
YAML
23 lines
603 B
YAML
# Copyright (C) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
services:
|
|
dataprep:
|
|
build:
|
|
context: GenAIComps
|
|
dockerfile: comps/dataprep/src/Dockerfile
|
|
args:
|
|
http_proxy: ${http_proxy}
|
|
https_proxy: ${https_proxy}
|
|
no_proxy: ${no_proxy}
|
|
image: ${REGISTRY:-opea}/dataprep:${TAG:-latest}
|
|
agent:
|
|
build:
|
|
context: GenAIComps
|
|
dockerfile: comps/agent/src/Dockerfile
|
|
args:
|
|
http_proxy: ${http_proxy}
|
|
https_proxy: ${https_proxy}
|
|
no_proxy: ${no_proxy}
|
|
image: ${REGISTRY:-opea}/agent:${TAG:-latest}
|