Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Using LightGBM via Docker

This directory contains Dockerfile to make it easy to build and run LightGBM via Docker.

Installing Docker

Follow the general installation instructions on the Docker site:

Running the container

Build the container, for python users:

$ docker build -t lightgbm -f dockerfile-python .

After build finished, run the container:

$ docker run --rm -it lightgbm