README.md 634 Bytes
Newer Older
wxchan's avatar
wxchan committed
1
2
3
4
5
6
7
8
9
10
# 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)
11
* [Ubuntu](https://docs.docker.com/installation/ubuntulinux/)
wxchan's avatar
wxchan committed
12

13
## Running the Container
wxchan's avatar
wxchan committed
14

15
Build the container, for python users:
wxchan's avatar
wxchan committed
16

17
    docker build -t lightgbm -f dockerfile-python .
wxchan's avatar
wxchan committed
18
19
20

After build finished, run the container:

21
    docker run --rm -it lightgbm