LightGBM/docker
Nikita Titov 6d34fb8635 [docs] move wiki to Read the Docs (#945)
* fixed Python-API references

* moved Features section to ReadTheDocs

* fixed index of ReadTheDocs

* moved Experiments section to ReadTheDocs

* fixed capital letter

* fixed citing

* moved Parallel Learning section to ReadTheDocs

* fixed markdown

* fixed Python-API

* fixed link to Quick-Start

* fixed gpu docker README

* moved Installation Guide from wiki to ReadTheDocs

* removed references to wiki

* fixed capital letters in headings

* hotfixes

* fixed non-Unicode symbols and reference to Python API

* fixed citing references

* fixed links in .md files

* fixed links in .rst files

* store images locally in the repo

* fixed missed word

* fixed indent in Experiments.rst

* fixed 'Duplicate implicit target name' message which is successfully
resolved by adding anchors

* less verbose

* prevented maito: ref creation

* fixed indents

* fixed 404

* fixed 403

* fixed 301

* fixed fake anchors

* fixed file extentions

* fixed Sphinx warnings

* added StrikerRUS profile link to FAQ

* added henry0312 profile link to FAQ
2017-10-07 23:43:58 +08:00
..
gpu [docs] move wiki to Read the Docs (#945) 2017-10-07 23:43:58 +08:00
README.md [docs] move wiki to Read the Docs (#945) 2017-10-07 23:43:58 +08:00
dockerfile-python Fix dockerfile (#665) 2017-06-30 03:58:38 -05:00

README.md

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