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
d811f3a0
Unverified
Commit
d811f3a0
authored
Apr 04, 2022
by
James Lamb
Committed by
GitHub
Apr 04, 2022
Browse files
[docs] use 'docker run --rm' in autoconf instructions (#5125)
parent
32a7f10d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
R-package/README.md
R-package/README.md
+1
-0
No files found.
R-package/README.md
View file @
d811f3a0
...
@@ -335,6 +335,7 @@ At build time, `configure` will be run and used to create a file `Makevars`, usi
...
@@ -335,6 +335,7 @@ At build time, `configure` will be run and used to create a file `Makevars`, usi
```shell
```shell
docker run \
docker run \
--rm \
-v $(pwd):/opt/LightGBM \
-v $(pwd):/opt/LightGBM \
-w /opt/LightGBM \
-w /opt/LightGBM \
-t ubuntu:20.04 \
-t ubuntu:20.04 \
...
...
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