Skip to content

Commit

Permalink
fix: patch of RAGengine dockerfile (#707)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Change the Copy path of RAGEngine Docker file

**Requirements**

- [ ] added unit tests and e2e tests (if applicable).

**Issue Fixed**:
<!-- If this PR fixes GitHub issue 4321, add "Fixes #4321" to the next
line. -->

**Notes for Reviewers**:

Signed-off-by: Bangqi Zhu <bangqizhu@microsoft.com>
Co-authored-by: Bangqi Zhu <bangqizhu@microsoft.com>
  • Loading branch information
bangqipropel and Bangqi Zhu authored Nov 20, 2024
1 parent c25e7e9 commit a146f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ragengine/service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.12-slim
WORKDIR /app

# Copy all files from ragengine/services into the app/services folder
COPY services/ services/
COPY pkg/ragengine/services/ services/

# Set the PYTHONPATH environment variable
ENV PYTHONPATH=/app
Expand Down

0 comments on commit a146f3c

Please sign in to comment.