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