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