Skip to content

Commit c5836c5

Browse files
committed
test
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 4258874 commit c5836c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SearchQnA/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG IMAGE_REPO=opea
55
ARG BASE_TAG=latest
66
FROM $IMAGE_REPO/comps-base:$BASE_TAG
7-
7+
RUN git clone https://github.com/opea-project/GenAIExamples
88
COPY ./searchqna.py $HOME/searchqna.py
99

1010
ENTRYPOINT ["python", "searchqna.py"]

0 commit comments

Comments
 (0)