mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
removing local code from lambda
This commit is contained in:
parent
fe6a08f031
commit
a6dece3507
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ FROM public.ecr.aws/lambda/python:3.10
|
|||
WORKDIR ${LAMBDA_TASK_ROOT}
|
||||
|
||||
# Install necessary build tools - required to test locally
|
||||
RUN yum install -y gcc python3-devel
|
||||
# RUN yum install -y gcc python3-devel
|
||||
|
||||
# Install python packages
|
||||
COPY requirements/predictions/predictions.txt ./simulation_system/requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue