Skip to content

Commit 605a415

Browse files
Merge pull request #54 from switchbox-data/49-code-cleanup-and-variable-addition
Gradual improvements led to refactor of the Stage 2 regression to a multinomial logit in R.
2 parents 690d500 + ca04b59 commit 605a415

19 files changed

+3695
-5763
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ COPY . /app
1919
RUN uv sync --frozen
2020

2121
CMD [ "python", "smart_meter_analysis/foo.py" ]
22+
23+
# R installation
24+
RUN apt-get update \
25+
&& apt-get install -y r-base r-base-dev \
26+
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)