Skip to content

Commit

Permalink
fix: Transformation server doesn't generate files from proto (feast-d…
Browse files Browse the repository at this point in the history
  • Loading branch information
tokoko authored and tqtensor committed Mar 11, 2024
1 parent f231c72 commit c5386f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/transformation_servers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY README.md README.md


# Install dependencies
RUN --mount=source=.git,target=.git,type=bind pip3 install --no-cache-dir -e '.[gcp,aws]'
RUN --mount=source=.git,target=.git,type=bind pip3 install --no-cache-dir '.[gcp,aws]'

# Start feature transformation server
CMD [ "python", "app.py" ]

0 comments on commit c5386f5

Please sign in to comment.