dockerfile-r 251 Bytes
Newer Older
Daniel Nüst's avatar
Daniel Nüst committed
1
2
3
4
5
6
7
FROM rocker/verse:latest

WORKDIR /lgbm

# R
RUN apt-get update && \
    apt-get install -y build-essential && \
Nikita Titov's avatar
Nikita Titov committed
8
    git clone --recursive --branch stable --depth 1 https://github.com/Microsoft/LightGBM && \
Daniel Nüst's avatar
Daniel Nüst committed
9
10
    cd LightGBM && \
    Rscript build_r.R