We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4258874 commit c5836c5Copy full SHA for c5836c5
1 file changed
SearchQnA/Dockerfile
@@ -4,7 +4,7 @@
4
ARG IMAGE_REPO=opea
5
ARG BASE_TAG=latest
6
FROM $IMAGE_REPO/comps-base:$BASE_TAG
7
-
+RUN git clone https://github.com/opea-project/GenAIExamples
8
COPY ./searchqna.py $HOME/searchqna.py
9
10
ENTRYPOINT ["python", "searchqna.py"]
0 commit comments