From 2fcf173de614eef91a956ba4725865120abb2f09 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Thu, 26 Sep 2024 17:28:07 +0100 Subject: [PATCH] revmoe file from docker --- infrastructure/Dockerfile.forecast-inference | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/Dockerfile.forecast-inference b/infrastructure/Dockerfile.forecast-inference index 5043636..2d33c36 100644 --- a/infrastructure/Dockerfile.forecast-inference +++ b/infrastructure/Dockerfile.forecast-inference @@ -14,7 +14,6 @@ WORKDIR /app COPY ./forecast-inference/pyproject.toml /app/pyproject.toml COPY ./forecast-inference/poetry.lock /app/poetry.lock COPY ./forecast-inference/aws_config.yaml /app/configuration.yaml -COPY ./pv-site-prediction /pv-site-prediction # Install dependencies RUN poetry install --without dev --no-root