Skip to content

Commit

Permalink
fix: remove editable install from transformation server dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: tokoko <[email protected]>
  • Loading branch information
tokoko committed Jan 25, 2024
1 parent 9a3590e commit 8f83eb1
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 8f83eb1

Please sign in to comment.