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

@@ -13,7 +13,7 @@ First of all, you need to build Docker Images locally and install the python pac
```bash
git clone https://github.com/opea-project/GenAIComps.git
cd GenAIComps
docker build --no-cache -t opea/embedding-tei:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/embeddings/src/Dockerfile .
docker build --no-cache -t opea/embedding:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/embeddings/src/Dockerfile .
```
### 2. Build Retriever Image

View File

@@ -52,8 +52,8 @@ services:
timeout: 10s
retries: 60
embedding:
image: ${REGISTRY:-opea}/embedding-tei:${TAG:-latest}
container_name: embedding-tei-server
image: ${REGISTRY:-opea}/embedding:${TAG:-latest}
container_name: embedding-server
depends_on:
tei-embedding-service:
condition: service_healthy