Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com> Signed-off-by: chensuyue <suyue.chen@intel.com>
14 lines
356 B
YAML
14 lines
356 B
YAML
# Copyright (C) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
services:
|
|
finetuning:
|
|
build:
|
|
args:
|
|
http_proxy: ${http_proxy}
|
|
https_proxy: ${https_proxy}
|
|
no_proxy: ${no_proxy}
|
|
context: GenAIComps
|
|
dockerfile: comps/finetuning/src/Dockerfile
|
|
image: ${REGISTRY:-opea}/finetuning:${TAG:-latest}
|