removing local code from lambda

This commit is contained in:
Khalim Conn-Kowlessar 2023-09-01 10:47:58 +01:00
parent fe6a08f031
commit a6dece3507

View file

@ -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