Skip to content

Commit

Permalink
fix dockerfile and apply recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
GyuminJack committed Jul 18, 2023
1 parent 7d4d897 commit bc98641
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 bc98641

Please sign in to comment.