Skip to content

Commit

Permalink
fix requirements install issue for reranks/fastrag (#329)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue authored Jul 21, 2024
1 parent 4c0cbd4 commit 94e807b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comps/reranks/fastrag/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY comps /home/user/comps
RUN git clone https://github.com/IntelLabs/fastRAG.git /home/user/fastRAG && \
cd /home/user/fastRAG && \
pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir -r /home/user/comps/reranks/requirements.txt && \
pip install --no-cache-dir -r /home/user/comps/reranks/fastrag/requirements.txt && \
pip install . && \
pip install .[intel]
Expand Down

0 comments on commit 94e807b

Please sign in to comment.