Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
a98b23d2
Commit
a98b23d2
authored
Jun 30, 2017
by
Yen-chi Chen
Committed by
Qiwei Ye
Jun 30, 2017
Browse files
Fix dockerfile (#665)
parent
efbe02ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/dockerfile-python
docker/dockerfile-python
+1
-1
No files found.
docker/dockerfile-python
View file @
a98b23d2
...
@@ -10,7 +10,7 @@ RUN apt-get update && \
...
@@ -10,7 +10,7 @@ RUN apt-get update && \
export PATH="/opt/conda/bin:$PATH" && \
export PATH="/opt/conda/bin:$PATH" && \
# lightgbm
# lightgbm
conda install -y numpy scipy scikit-learn pandas && \
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 && \
cd LightGBM/python-package && python setup.py install && \
# clean
# clean
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment