Skip to content

Commit a5d7300

Browse files
authored
fix: remove editable install from transformation server dockerfile
1 parent 9a3590e commit a5d7300

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/feast/infra/transformation_servers

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/transformation_servers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY README.md README.md
1515

1616

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

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

0 commit comments

Comments
 (0)