なるみ
d7fcb3c200
upgrade CMake in dockerfile-cli ( fixes #6420 ) ( #6426 )
2024-04-30 11:31:00 -05:00
James Lamb
4332b9d515
[docs] [ci] encourage use of `cmake --build` ( #6368 )
2024-03-20 12:21:46 -05:00
이규민
8b1ab4f0ad
Fix Python Dockerfile ( #5984 )
2023-07-19 13:36:59 -05:00
James Lamb
a97c444b4c
[ci] [python-package] replace 'python setup.py' with a shell script ( #5837 )
2023-05-04 17:06:11 -05:00
James Lamb
b88cf8afab
[docs] update CPU dockerfiles ( fixes #5550 ) ( #5601 )
2022-12-28 22:43:50 -06:00
Nikita Titov
1862d7f53b
[ci] use conda-forge in Windows CI jobs and Docker images ( #4993 )
...
* Update dockerfile-python
* Update README.md
* Update dockerfile.gpu
* Update dockerfile.gpu
* Update .vsts-ci.yml
* Update .appveyor.yml
* Update test_windows.ps1
2022-02-12 04:08:37 +03:00
Hemanth K
144fe489a8
[ci] Added curl library to the installed packages list inside dockerfile-python installation ( #4129 )
2021-03-28 16:36:06 +03:00
Nikita Titov
846e10c7a4
[ci] prefer curl to wget ( #3928 )
...
* Update test_r_package.sh
* Update dockerfile.gpu
* Update dockerfile-python
* Update setup.sh
* Update setup.sh
2021-02-08 21:48:03 -06:00
Nikita Titov
44a6fb7ffa
[python] Drop Python 2 support ( #3581 )
...
* Update setup.py
* Update .appveyor.yml
* Update .travis.yml
* Update .vsts-ci.yml
* Update __init__.py
* Update test.sh
* Update test_windows.ps1
* Update advanced_example.py
* Update requirements_base.txt
* Update conf.py
* Update conf.py
* Update test_engine.py
* Update utils.py
* Update dockerfile-r
* Update README.md
* Update dockerfile.gpu
* Update test_consistency.py
* Update basic.py
* Update compat.py
* Update engine.py
* Update sklearn.py
* Update sklearn.py
* Update callback.py
* Update setup.py
* Update __init__.py
* Update plotting.py
* Update sklearn.py
* Update engine.py
* Update compat.py
* Update callback.py
* Update basic.py
* Update compat.py
* Update basic.py
* Update basic.py
* Update compat.py
* Update compat.py
* Update plotting.py
* Update engine.py
* Update basic.py
* Update sklearn.py
* Update compat.py
* Update engine.py
* Update engine.py
* Update callback.py
* Update basic.py
* Update basic.py
* Update basic.py
* Update basic.py
* Update basic.py
* Update sklearn.py
* Update sklearn.py
* Update plotting.py
* Update sklearn.py
* Update compat.py
* Update compat.py
* Update engine.py
* Update plotting.py
* Update sklearn.py
* Update basic.py
* Update basic.py
* Update basic.py
* Update basic.py
* Update compat.py
* Update compat.py
* Update compat.py
* Update engine.py
* Update basic.py
* Update compat.py
* Update basic.py
* Update basic.py
* Update basic.py
* Update compat.py
* Update compat.py
* Update basic.py
* Update basic.py
* Update .vsts-ci.yml
* Update .vsts-ci.yml
* Update conf.py
* Revert "Update dockerfile-r"
This reverts commit 4ff6ffc7e3
.
2020-12-09 13:32:00 +03:00
Nikita Titov
b07afa4685
small R Docker cleanup ( #3582 )
2020-11-21 18:00:20 +03:00
Nikita Titov
e97424bea9
pin Ubuntu version in distroless docker file ( #3449 )
...
* Update dockerfile-cli-only-distroless.gpu
* Update README.md
* Update README.md
2020-10-13 19:44:36 +03:00
Nikita Titov
5c9c10947a
added new GPU docker files ( #3408 )
...
* added new GPU docker files
* removed maintainer label
2020-10-09 16:29:44 +03:00
Nikita Titov
7b3350176d
minor CI scripts update ( #3019 )
2020-04-23 22:13:28 -05:00
Nikita Titov
c633c6c2af
[python] Re-enable scikit-learn 0.22+ support ( #2949 )
...
* Revert "specify the last supported version of scikit-learn (#2637 )"
This reverts commit d100277649
.
* ban scikit-learn 0.22.0 and skip broken test
* fix updated test
* fix lint test
* Revert "fix lint test"
This reverts commit 8b4db0805f
.
2020-04-10 12:53:21 +09:00
James Lamb
4adb9ff71f
[R-package] [docker] Added ability to build LightGBM in an R container with different R versions ( #2787 )
2020-02-22 14:30:29 +03:00
Nikita Titov
d100277649
specify the last supported version of scikit-learn ( #2637 )
2019-12-19 19:00:29 +08:00
James Lamb
7feaaefb5b
[docs][docker] cleaned up CODEOWNERS and fixed build warning in dockerfile-python ( #2555 )
2019-11-11 23:50:24 -06:00
Guy Maliar
83ecb38600
[docker] install ca certificates package on ubuntu image ( #2554 )
2019-11-10 16:27:00 -06:00
Nikita Titov
fdb39237f6
updated dockers ( #2459 )
2019-10-07 15:13:56 +03:00
Nikita Titov
578a8c8a99
updated docker folder ( #2316 )
...
* updated docker folder
* added depth=1 option to all git commands
2019-08-13 15:32:39 +03:00
Daniel Nüst
9cf6b8283d
add Dockerfile for R ( #2308 )
...
* add Dockerfile for R
* update documentation and small fixes
part of code review in #2308
* add missing link in Docker README
2019-08-12 09:50:03 -05:00
Guolin Ke
94fbe5bb9f
[docs] updated Microsoft GitHub URL ( #2152 )
...
* fix travis badge
* updated GitHub Microsoft URL
2019-05-08 13:51:28 +08:00
firasrb
11433a9822
Updated wget for GPU docker ( #1404 )
...
Updated to correct path for the dockerfile (https://raw.githubusercontent.com/Microsoft/LightGBM/master/docker/gpu/dockerfile.gpu )
2018-05-30 11:22:45 +08:00
Nikita Titov
d51f2b4fb7
[ci] [docs] compilation on macOS ( #1088 )
...
* updated travis
* renamed OSX->macOS; updated gcc installation on macOS
* updated travis macos installation
Please enter the commit message for your changes. Lines starting
* updated installation guide for macos
* fixed spelling
* renamed appveyor file
* updated Travis
2017-11-29 18:28:14 +08:00
Andrey M
4adebd0eaf
Add a Dockerfile for the command-line interface ( #1008 )
...
* Add a Dockerfile for the command-line interface
* Check out tag 'stable' for building the CLI in Docker
this tag points to the latest release/tagged version.
* Update README.md for Docker as per review comments
* Capitalize Python
* Fix code snippet indention in the README for Docker
2017-10-31 18:36:44 +08:00
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
Nick Ireland
f01fba9fd5
gpu enabled docker file with python bindings ( #929 )
...
* gpu enabled docker file with python bindings
* update readme to reference master
2017-09-29 10:10:43 +08:00
Yen-chi Chen
a98b23d255
Fix dockerfile ( #665 )
2017-06-30 03:58:38 -05:00
Guolin Ke
79f7f42203
Update dockerfile-python
2017-06-20 13:31:06 +08:00
wxchan
8c8ed6cffd
add dockerfile ( #275 )
...
* add dockerfile
* [deprecated]remove MAINTAINER
2017-02-02 15:37:57 +08:00