Unverified Commit b07afa46 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

small R Docker cleanup (#3582)

parent 637ff800
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment