Skip to content

Commit

Permalink
patch of RAGengine dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Bangqi Zhu <bangqizhu@microsoft.com>
  • Loading branch information
Bangqi Zhu committed Nov 20, 2024
1 parent c25e7e9 commit 5af54a4
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 5af54a4

Please sign in to comment.