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
5ffd7571
Unverified
Commit
5ffd7571
authored
Jan 31, 2023
by
James Lamb
Committed by
GitHub
Jan 31, 2023
Browse files
[docs] remove unnecessary interactivity in 'docker run' instructions (#5692)
parent
ed0a7f2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
R-package/README.md
R-package/README.md
+1
-1
docs/README.rst
docs/README.rst
+1
-1
No files found.
R-package/README.md
View file @
5ffd7571
...
@@ -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
```
```
...
...
docs/README.rst
View file @
5ffd7571
...
@@ -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.
...
...
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