Check the Dockerfile path (#292)
Signed-off-by: zepan <ze.pan@intel.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user