Skip to content

Commit 6abae16

Browse files
authored
fix: Remove spark from the AWS Lambda dockerfile (#2498)
Signed-off-by: Achal Shah <[email protected]>
1 parent f4c4dc1 commit 6abae16

File tree

1 file changed

+1
-2
lines changed
  • sdk/python/feast/infra/feature_servers/aws_lambda

1 file changed

+1
-2
lines changed

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)