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

WORKDIR /lgbm

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