Unverified Commit 8b1ab4f0 authored by 이규민's avatar 이규민 Committed by GitHub
Browse files

Fix Python Dockerfile (#5984)

parent 7dcbb8cd
...@@ -26,6 +26,7 @@ RUN apt-get update && \ ...@@ -26,6 +26,7 @@ RUN apt-get update && \
# lightgbm # lightgbm
conda install -q -y numpy scipy scikit-learn pandas && \ conda install -q -y numpy scipy scikit-learn pandas && \
git clone --recursive --branch stable --depth 1 https://github.com/Microsoft/LightGBM && \ git clone --recursive --branch stable --depth 1 https://github.com/Microsoft/LightGBM && \
cd ./LightGBM && \
sh ./build-python.sh install && \ sh ./build-python.sh install && \
# clean # clean
apt-get autoremove -y && apt-get clean && \ apt-get autoremove -y && apt-get clean && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment