Commit a98b23d2 authored by Yen-chi Chen's avatar Yen-chi Chen Committed by Qiwei Ye
Browse files

Fix dockerfile (#665)

parent efbe02ac
......@@ -10,7 +10,7 @@ RUN apt-get update && \
export PATH="/opt/conda/bin:$PATH" && \
# lightgbm
conda install -y numpy scipy scikit-learn pandas && \
git clone --recursive https://github.com/Microsoft/LightGBM
git clone --recursive https://github.com/Microsoft/LightGBM && \
cd LightGBM/python-package && python setup.py install && \
# 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