| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f4c4dc1 commit 6abae16
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,8 +10,7 @@ COPY go go | |||
| 10 | 10 | COPY README.md README.md | |
| 11 | 11 | ||
| 12 | 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]' | ||
| 13 | + RUN pip3 install -e 'sdk/python[aws,redis]' | ||
| 15 | 14 | RUN pip3 install -r sdk/python/feast/infra/feature_servers/aws_lambda/requirements.txt --target "${LAMBDA_TASK_ROOT}" | |
| 16 | 15 | ||
| 17 | 16 | # Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments