Skip to content

Commit

Permalink
misspell correction & apply recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyumin Lee authored and Gyumin Lee committed Jul 18, 2023
1 parent 2fd2044 commit 3d1506f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/dockerfile-python
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ 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 LigthGBM && sh ./build-python.sh install && \
cd ./LightGBM && \
sh ./build-python.sh install && \
# clean
apt-get autoremove -y && apt-get clean && \
conda clean -a -y && \
Expand Down

0 comments on commit 3d1506f

Please sign in to comment.