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
9e2586e0
Unverified
Commit
9e2586e0
authored
Apr 05, 2022
by
James Lamb
Committed by
GitHub
Apr 05, 2022
Browse files
[docs] use 'docker run --rm' in valgrind instructions (#5127)
parent
46ebfd21
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 @
9e2586e0
...
@@ -453,6 +453,7 @@ You can replicate these checks locally using Docker. Note that instrumented vers
...
@@ -453,6 +453,7 @@ You can replicate these checks locally using Docker. Note that instrumented vers
```
shell
```
shell
docker run
\
docker run
\
--rm
\
-v
$(
pwd
)
:/opt/LightGBM
\
-v
$(
pwd
)
:/opt/LightGBM
\
-w
/opt/LightGBM
\
-w
/opt/LightGBM
\
-it
\
-it
\
...
...
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