Skip to content

Commit

Permalink
Fix Python Dockerfile (#5984)
Browse files Browse the repository at this point in the history
  • Loading branch information
GyuminJack committed Jul 19, 2023
1 parent 7dcbb8c commit 8b1ab4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dockerfile-python
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get update && \
# lightgbm
conda install -q -y numpy scipy scikit-learn pandas && \
git clone --recursive --branch stable --depth 1 https://github.com/Microsoft/LightGBM && \
cd ./LightGBM && \
sh ./build-python.sh install && \
# clean
apt-get autoremove -y && apt-get clean && \
Expand Down

0 comments on commit 8b1ab4f

Please sign in to comment.