Skip to content

Commit

Permalink
Fix comps clone so it points to our branch (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Melanie Buehler <[email protected]>
  • Loading branch information
mhbuehler authored Dec 19, 2024
1 parent a0487bb commit d2f8f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultimodalQnA/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN useradd -m -s /bin/bash user && \

WORKDIR /home/user/
#RUN git clone https://github.com/opea-project/GenAIComps.git
RUN git clone https://github.com/mhbuehler/GenAIComps.git --single-branch --branch dina/image_query
RUN git clone https://github.com/mhbuehler/GenAIComps.git --single-branch --branch mmqna-image-query

WORKDIR /home/user/GenAIComps
RUN pip install --no-cache-dir --upgrade pip setuptools && \
Expand Down

0 comments on commit d2f8f64

Please sign in to comment.