This directory contains Dockerfile
to make it easy to build and run LightGBM via Docker.
Follow the general installation instructions on the Docker site:
Build the container, for python users:
docker build -t lightgbm -f dockerfile-python .
After build finished, run the container:
docker run --rm -it lightgbm