Check duplicated dockerfile (#1289)
Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
@@ -10,7 +10,7 @@ git clone https://github.com/opea-project/GenAIComps.git
|
||||
cd GenAIComps
|
||||
|
||||
### Build Docker image
|
||||
docker build -t opea/llm-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/llms/src/text-generation/Dockerfile .
|
||||
docker build -t opea/llm-textgen:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/llms/src/text-generation/Dockerfile .
|
||||
```
|
||||
|
||||
### Build the MegaService Docker Image
|
||||
|
||||
@@ -35,8 +35,8 @@ services:
|
||||
ipc: host
|
||||
command: --model-id ${TRANSLATION_LLM_MODEL_ID}
|
||||
translation-llm:
|
||||
image: ${REGISTRY:-opea}/llm-tgi:${TAG:-latest}
|
||||
container_name: translation-llm-tgi-server
|
||||
image: ${REGISTRY:-opea}/llm-textgen:${TAG:-latest}
|
||||
container_name: translation-llm-textgen-server
|
||||
depends_on:
|
||||
translation-tgi-service:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user