"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "486f5db4b7b280b47bb3fc4a0a86ed535af1e8b1"
Unverified Commit 9e2586e0 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[docs] use 'docker run --rm' in valgrind instructions (#5127)

parent 46ebfd21
......@@ -453,6 +453,7 @@ You can replicate these checks locally using Docker. Note that instrumented vers
```shell
docker run \
--rm \
-v $(pwd):/opt/LightGBM \
-w /opt/LightGBM \
-it \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment