Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Resolve incorrect path
Signed-off-by: Harry <quanghai.ng1512@gmail.com>
  • Loading branch information
sudohainguyen committed Apr 9, 2024
commit 3e8a1f2e2418c8d5cd6dda65f1f9b05c02110c8f
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && \

WORKDIR /app

COPY sdk/python/feast/infra/materialization/contrib/kuberentes/main.py /app
COPY sdk/python/feast/infra/materialization/kuberentes/main.py /app

# Copy necessary parts of the Feast codebase
COPY sdk/python sdk/python
Expand Down