FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Remove spark from the AWS Lambda dockerfile (#2498) · vinted/feast@6abae16 · GitHub

This repository was archived by the owner on May 16, 2025. It is now read-only.
/ feast Public archive
forked from feast-dev/feast

Commit 6abae16

Browse files
authored
fix: Remove spark from the AWS Lambda dockerfile (feast-dev#2498)
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent f4c4dc1 commit 6abae16

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • sdk/python/feast/infra/feature_servers/aws_lambda

‎sdk/python/feast/infra/feature_servers/aws_lambda/Dockerfile‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ COPY go go
1010
COPY README.md README.md
1111

1212
# Install Feast for AWS with Lambda dependencies
13-
# TODO(achals): The additional spark deps should be removed. Details at https://github.com/feast-dev/feast/pull/2480.
14-
RUN pip3 install -e 'sdk/python[aws,redis,spark]'
13+
RUN pip3 install -e 'sdk/python[aws,redis]'
1514
RUN pip3 install -r sdk/python/feast/infra/feature_servers/aws_lambda/requirements.txt --target "${LAMBDA_TASK_ROOT}"
1615

1716
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL