Update build.yaml and compose_vllm.yaml because of refactoring of GenAIComps. Fix issue left by https://github.com/opea-project/GenAIExamples/pull/1353
14 lines
341 B
YAML
14 lines
341 B
YAML
# Copyright (C) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
services:
|
|
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}
|