README.md 639 Bytes
Newer Older
wxchan's avatar
wxchan committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Using LightGBM via Docker

This directory contains `Dockerfile` to make it easy to build and run LightGBM via [Docker](http://www.docker.com/).

## Installing Docker

Follow the general installation instructions
[on the Docker site](https://docs.docker.com/installation/):

* [OSX](https://docs.docker.com/installation/mac/): [docker toolbox](https://www.docker.com/toolbox)
* [ubuntu](https://docs.docker.com/installation/ubuntulinux/)

## 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