From f8209c42ab63004c8c322ef06f378a7099206f47 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 31 Aug 2023 22:27:35 +0100 Subject: [PATCH] fix stupid dockerfile error --- .../simulation_system/Dockerfiles/Dockerfile.prediction.lambda | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda b/model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda index 512c8150..2e301b24 100644 --- a/model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda +++ b/model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda @@ -1,3 +1,5 @@ +FROM public.ecr.aws/lambda/python:3.10 + # Set the working directory WORKDIR ${LAMBDA_TASK_ROOT}