We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c4dc1 commit 6abae16Copy full SHA for 6abae16
sdk/python/feast/infra/feature_servers/aws_lambda/Dockerfile
@@ -10,8 +10,7 @@ COPY go go
10
COPY README.md README.md
11
12
# 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]'
+RUN pip3 install -e 'sdk/python[aws,redis]'
15
RUN pip3 install -r sdk/python/feast/infra/feature_servers/aws_lambda/requirements.txt --target "${LAMBDA_TASK_ROOT}"
16
17
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
0 commit comments