Signed-off-by: WenjiaoYue <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> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: ZePan110 <ze.pan@intel.com>
10 lines
266 B
YAML
10 lines
266 B
YAML
# Copyright (C) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# this file should be run in the root of the repo
|
|
services:
|
|
reranking:
|
|
build:
|
|
dockerfile: comps/rerankings/src/Dockerfile
|
|
image: ${REGISTRY:-opea}/reranking:${TAG:-latest}
|