Skip to content

Commit

Permalink
fix: Transformation server doesn't generate files from proto (#3902)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokoko committed Feb 9, 2024
1 parent 7d75fc5 commit d3a2a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/transformation_servers/Dockerfile
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 d3a2a45

Please sign in to comment.