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
8b1ab4f0
"include/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "d4d6c87db02a146ac6dc04b00f538e02a3b22250"
Unverified
Commit
8b1ab4f0
authored
Jul 20, 2023
by
이규민
Committed by
GitHub
Jul 19, 2023
Browse files
Fix Python Dockerfile (#5984)
parent
7dcbb8cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
docker/dockerfile-python
docker/dockerfile-python
+1
-0
No files found.
docker/dockerfile-python
View file @
8b1ab4f0
...
...
@@ -26,6 +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 && \
cd ./LightGBM && \
sh ./build-python.sh install && \
# clean
apt-get autoremove -y && apt-get 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