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
b07afa46
Unverified
Commit
b07afa46
authored
Nov 21, 2020
by
Nikita Titov
Committed by
GitHub
Nov 21, 2020
Browse files
small R Docker cleanup (#3582)
parent
637ff800
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
docker/dockerfile-r
docker/dockerfile-r
+3
-1
No files found.
docker/dockerfile-r
View file @
b07afa46
...
...
@@ -4,7 +4,9 @@ FROM rocker/verse:${R_VERSION}
WORKDIR /lgbm
RUN apt-get update && \
apt-get install -y build-essential cmake && \
apt-get install -y --no-install-recommends \
build-essential \
cmake && \
git clone --recursive --branch stable --depth 1 https://github.com/Microsoft/LightGBM && \
cd LightGBM && \
Rscript build_r.R
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