Skip to content

Commit ca04b59

Browse files
author
Griffin Sharps
committed
Refactor for multinomial logit in R
1 parent 62e0cd3 commit ca04b59

File tree

4 files changed

+1059
-2401
lines changed

4 files changed

+1059
-2401
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)