Check the Dockerfile path (#292)

Signed-off-by: zepan <ze.pan@intel.com>
This commit is contained in:
ZePan110
2024-06-14 19:19:36 +08:00
committed by GitHub
parent 2b51374416
commit c3b641f8a8
2 changed files with 45 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ cd GenAIComps
### 1. Build LLM Image
```bash
docker build -t opea/llm-docsum-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/llms/docsum/langchain/docker/Dockerfile .
docker build -t opea/llm-docsum-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/llms/summarization/tgi/Dockerfile .
```
Then run the command `docker images`, you will have the following four Docker Images: