From a6dece350750cbd33b0570f0042c4eb92db5aa06 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Fri, 1 Sep 2023 10:47:58 +0100 Subject: [PATCH] removing local code from lambda --- .../simulation_system/Dockerfiles/Dockerfile.prediction.lambda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda b/model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda index 3ffd3354..bd7479e6 100644 --- a/model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda +++ b/model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda @@ -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