"vscode:/vscode.git/clone" did not exist on "848e76c3d690b3806a1e44809434d34aebad734a"
dockerfile-r 247 Bytes
Newer Older
Daniel Nüst's avatar
Daniel Nüst committed
1
2
3
4
5
6
FROM rocker/verse:latest

WORKDIR /lgbm

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