lightgbm 0.2.3

Machine learning using LightGBM
Documentation
1
2
3
4
FROM rust:1.49.0
RUN apt update
RUN apt install -y cmake libclang-dev libc++-dev gcc-multilib
WORKDIR /app