File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 && \
Original file line number Diff line number Diff 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) && \
You can’t perform that action at this time.
0 commit comments