Skip to content

Commit

Permalink
removed refrence to file that does not exist (opea-project#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Wilbers <[email protected]>
  • Loading branch information
tybrs authored May 14, 2024
1 parent 931770d commit e099b32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions comps/llms/langchain/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ USER user
COPY comps /home/user/comps

RUN pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir -r /home/user/comps/llms/requirements.txt && \
pip install --no-cache-dir -r /home/user/comps/cores/telemetry/requirements.txt
pip install --no-cache-dir -r /home/user/comps/llms/requirements.txt

ENV PYTHONPATH=$PYTHONPATH:/home/user

Expand Down

0 comments on commit e099b32

Please sign in to comment.