"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "429148309a7912754b89dfda78f01f39df17be3f"
Unverified Commit 5ffd7571 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[docs] remove unnecessary interactivity in 'docker run' instructions (#5692)

parent ed0a7f2c
......@@ -367,7 +367,7 @@ At build time, `configure` will be run and used to create a file `Makevars`, usi
--rm \
-v $(pwd):/opt/LightGBM \
-w /opt/LightGBM \
-t ubuntu:22.04 \
ubuntu:22.04 \
./R-package/recreate-configure.sh
```
......
......@@ -35,7 +35,7 @@ Run the following from the root of this repository to pull the relevant image an
--env READTHEDOCS=true \
--workdir=/opt/LightGBM/docs \
--entrypoint="" \
-it readthedocs/build:ubuntu-20.04-2021.09.23 \
readthedocs/build:ubuntu-20.04-2021.09.23 \
/bin/bash build-docs.sh
When that code completes, open ``docs/_build/html/index.html`` in your browser.
......
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