Exclude dockerfile under tests and exclude check Dockerfile under tests. (#1354)

Signed-off-by: ZePan110 <ze.pan@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
ZePan110
2025-01-07 09:05:01 +08:00
committed by GitHub
parent a6e702e4d5
commit ed2b8ed983
35 changed files with 106 additions and 107 deletions

View File

@@ -11,12 +11,12 @@ services:
context: ../
dockerfile: ./Dockerfile
image: ${REGISTRY:-opea}/doc-index-retriever:${TAG:-latest}
embedding-tei:
embedding:
build:
context: GenAIComps
dockerfile: comps/embeddings/src/Dockerfile
extends: doc-index-retriever
image: ${REGISTRY:-opea}/embedding-tei:${TAG:-latest}
image: ${REGISTRY:-opea}/embedding:${TAG:-latest}
retriever-redis:
build:
context: GenAIComps