From 5a02117ac90d88dd5c4f3ec6586626c67363291e Mon Sep 17 00:00:00 2001 From: Peter Dudfield <34686298+peterdudfield@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:00:08 +0100 Subject: [PATCH] remove git submodule (#89) * remove git submodule * revmoe file from docker --- .gitmodules | 3 --- infrastructure/Dockerfile.forecast-inference | 1 - pv-site-prediction | 1 - 3 files changed, 5 deletions(-) delete mode 160000 pv-site-prediction diff --git a/.gitmodules b/.gitmodules index 1216a10..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "pv-site-prediction"] - path = pv-site-prediction - url = https://github.com/openclimatefix/pv-site-prediction.git 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 diff --git a/pv-site-prediction b/pv-site-prediction deleted file mode 160000 index a2b96e2..0000000 --- a/pv-site-prediction +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a2b96e2f570f3c58b65b2ae402d3d50d1aa63da7