diff --git a/ChatQnA/docker/gaudi/README.md b/ChatQnA/docker/gaudi/README.md index 4bb405919..daed208f5 100644 --- a/ChatQnA/docker/gaudi/README.md +++ b/ChatQnA/docker/gaudi/README.md @@ -59,7 +59,7 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op ```bash git clone https://github.com/opea-project/GenAIExamples.git -cd GenAIExamples/ChatQnA +cd GenAIExamples/ChatQnA/docker docker build --no-cache -t opea/chatqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . ``` diff --git a/ChatQnA/docker/xeon/README.md b/ChatQnA/docker/xeon/README.md index 5949e43c9..39aa17e0b 100644 --- a/ChatQnA/docker/xeon/README.md +++ b/ChatQnA/docker/xeon/README.md @@ -102,7 +102,7 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op ```bash git clone https://github.com/opea-project/GenAIExamples.git -cd GenAIExamples/ChatQnA +cd GenAIExamples/ChatQnA/docker docker build --no-cache -t opea/chatqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . ``` diff --git a/CodeGen/docker/gaudi/README.md b/CodeGen/docker/gaudi/README.md index 574298d66..22d09bbd7 100644 --- a/CodeGen/docker/gaudi/README.md +++ b/CodeGen/docker/gaudi/README.md @@ -25,7 +25,7 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op ```bash git clone https://github.com/opea-project/GenAIExamples -cd GenAIExamples/CodeGen +cd GenAIExamples/CodeGen/docker docker build -t opea/codegen:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . ``` diff --git a/CodeGen/docker/xeon/README.md b/CodeGen/docker/xeon/README.md index 03de03850..5ab1050f4 100644 --- a/CodeGen/docker/xeon/README.md +++ b/CodeGen/docker/xeon/README.md @@ -33,7 +33,7 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op ```bash git clone https://github.com/opea-project/GenAIExamples -cd GenAIExamples/CodeGen +cd GenAIExamples/CodeGen/docker docker build -t opea/codegen:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . ``` diff --git a/CodeTrans/docker/gaudi/README.md b/CodeTrans/docker/gaudi/README.md index 9498bb0f5..27a92676b 100755 --- a/CodeTrans/docker/gaudi/README.md +++ b/CodeTrans/docker/gaudi/README.md @@ -23,7 +23,7 @@ docker build -t opea/llm-tgi:latest --no-cache --build-arg https_proxy=$https_pr ```bash git clone https://github.com/opea-project/GenAIExamples.git -cd GenAIExamples/CodeTrans +cd GenAIExamples/CodeTrans/docker docker build -t opea/codetrans:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . ``` diff --git a/CodeTrans/docker/xeon/README.md b/CodeTrans/docker/xeon/README.md index 167ce1018..eb2174022 100755 --- a/CodeTrans/docker/xeon/README.md +++ b/CodeTrans/docker/xeon/README.md @@ -31,7 +31,7 @@ docker build -t opea/llm-tgi:latest --build-arg https_proxy=$https_proxy --build ```bash git clone https://github.com/opea-project/GenAIExamples.git -cd GenAIExamples/CodeTrans +cd GenAIExamples/CodeTrans/docker docker build -t opea/codetrans:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . ``` diff --git a/DocSum/docker/gaudi/README.md b/DocSum/docker/gaudi/README.md index 3a1635426..2bc43c0ec 100644 --- a/DocSum/docker/gaudi/README.md +++ b/DocSum/docker/gaudi/README.md @@ -31,7 +31,7 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op ```bash git clone https://github.com/opea-project/GenAIExamples -cd GenAIExamples/DocSum +cd GenAIExamples/DocSum/docker docker build -t opea/docsum:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . ``` diff --git a/DocSum/docker/xeon/README.md b/DocSum/docker/xeon/README.md index 8be1d4a6f..f6b09f383 100644 --- a/DocSum/docker/xeon/README.md +++ b/DocSum/docker/xeon/README.md @@ -33,7 +33,7 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op ```bash git clone https://github.com/opea-project/GenAIExamples -cd GenAIExamples/DocSum +cd GenAIExamples/DocSum/docker docker build -t opea/docsum:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . ```