Skip to content

Commit 37aae59

Browse files
committed
undo unintended changes
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 0f93f30 commit 37aae59

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ COPY README.md README.md
2020
# https://github.com/pypa/setuptools_scm#usage-from-docker
2121
# I think it also assumes that this dockerfile is being built from the root of the directory.
2222
RUN --mount=source=.git,target=.git,type=bind pip3 install --no-cache-dir -e '.[aws,redis]'
23+
RUN pip3 install -r sdk/python/feast/infra/feature_servers/aws_lambda/requirements.txt --target "${LAMBDA_TASK_ROOT}"
2324

2425
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
2526
CMD [ "app.handler" ]

0 commit comments

Comments
 (0)