Skip to content

Commit

Permalink
Update dockerfile-r
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Nov 18, 2020
1 parent a94f4a8 commit 4ff6ffc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/dockerfile-r
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ FROM rocker/verse:${R_VERSION}
WORKDIR /lgbm

RUN apt-get update && \
apt-get install -y build-essential cmake && \
apt-get install -y --no-install-recommends \
build-essential \
cmake && \
git clone --recursive --branch stable --depth 1 https://github.com/Microsoft/LightGBM && \
cd LightGBM && \
Rscript build_r.R

0 comments on commit 4ff6ffc

Please sign in to comment.