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 ..
126126
127127 ``` bash
128128 git clone https://github.com/opea-project/GenAIExamples.git
129- cd GenAIExamples/ChatQnA/docker
129+ cd GenAIExamples/ChatQnA
130130 docker build --no-cache -t opea/chatqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
131131 cd ../../..
132132 ```
@@ -137,7 +137,7 @@ cd ..
137137
138138 ``` bash
139139 git clone https://github.com/opea-project/GenAIExamples.git
140- cd GenAIExamples/ChatQnA/docker
140+ cd GenAIExamples/ChatQnA
141141 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 .
142142 cd ../../..
143143 ```
You can’t perform that action at this time.
0 commit comments