Skip to content

Commit

Permalink
fix dockerfile (moving in directory is missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyumin Lee authored and Gyumin Lee committed Jul 17, 2023
1 parent 7d4d897 commit 2fd2044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfile-python
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +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 && \
sh ./build-python.sh install && \
cd LigthGBM && sh ./build-python.sh install && \
# clean
apt-get autoremove -y && apt-get clean && \
conda clean -a -y && \
Expand Down

0 comments on commit 2fd2044

Please sign in to comment.