Skip to content

Commit

Permalink
remove git submodule (#89)
Browse files Browse the repository at this point in the history
* remove git submodule

* revmoe file from docker
  • Loading branch information
peterdudfield authored Sep 27, 2024
1 parent 149a93e commit 5a02117
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "pv-site-prediction"]
path = pv-site-prediction
url = https://github.com/openclimatefix/pv-site-prediction.git
1 change: 0 additions & 1 deletion infrastructure/Dockerfile.forecast-inference
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pv-site-prediction
Submodule pv-site-prediction deleted from a2b96e

0 comments on commit 5a02117

Please sign in to comment.