Skip to content

Commit 7e3c7a2

Browse files
authored
Upgrade LightGBM 3.2.1 (#1040)
1 parent 391dc1b commit 7e3c7a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN apt-get install -y libfreetype6-dev && \
7171
pip install wordcloud && \
7272
pip install xgboost && \
7373
# Pinned to match GPU version. Update version together.
74-
pip install lightgbm==3.2.0 && \
74+
pip install lightgbm==3.2.1 && \
7575
pip install pydot && \
7676
pip install keras && \
7777
pip install keras-tuner && \

gpu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN pip uninstall -y lightgbm && \
6767
cd /usr/local/src && \
6868
git clone --recursive https://github.com/microsoft/LightGBM && \
6969
cd LightGBM && \
70-
git checkout tags/v3.2.0 && \
70+
git checkout tags/v3.2.1 && \
7171
mkdir build && cd build && \
7272
cmake -DUSE_GPU=1 -DOpenCL_LIBRARY=/usr/local/cuda/lib64/libOpenCL.so -DOpenCL_INCLUDE_DIR=/usr/local/cuda/include/ .. && \
7373
make -j$(nproc) && \

0 commit comments

Comments
 (0)