Unverified Commit d811f3a0 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[docs] use 'docker run --rm' in autoconf instructions (#5125)

parent 32a7f10d
...@@ -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 \
......
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