File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ChatQnA/docker_compose/intel/cpu/xeon Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ cd ..
126
126
127
127
``` bash
128
128
git clone https://github.com/opea-project/GenAIExamples.git
129
- cd GenAIExamples/ChatQnA/docker
129
+ cd GenAIExamples/ChatQnA
130
130
docker build --no-cache -t opea/chatqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
131
131
cd ../../..
132
132
```
@@ -137,7 +137,7 @@ cd ..
137
137
138
138
``` bash
139
139
git clone https://github.com/opea-project/GenAIExamples.git
140
- cd GenAIExamples/ChatQnA/docker
140
+ cd GenAIExamples/ChatQnA
141
141
docker build --no-cache -t opea/chatqna-without-rerank:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile.without_rerank .
142
142
cd ../../..
143
143
```
You can’t perform that action at this time.
0 commit comments