This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new dd7e260656 [chore] Update docker/README.md documentation and fix links 
(#18875)
dd7e260656 is described below

commit dd7e260656c9556ffedfa5a8e5193f763778a9ec
Author: Zhengke Zhou <[email protected]>
AuthorDate: Thu Mar 5 21:55:41 2026 +0800

    [chore] Update docker/README.md documentation and fix links (#18875)
    
    ## Summary
    - Fix Markdown link syntax for build.sh.
    - Correct docker/bash.sh usage examples to use proper image names and
    shortcuts.
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] 
<176961590+gemini-code-assist[bot]@users.noreply.github.com>
---
 docker/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/README.md b/docker/README.md
index 7acab1df6c..a3589c8c9d 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -60,7 +60,7 @@ Note that these are convenience images and are not part of 
the ASF release.
 ## Use Local Build Script
 
 We also provide script to build docker images locally.
-We use (`build.sh`)[./build.sh] to build and (optionally) run commands
+We use [`build.sh`](./build.sh) to build and (optionally) run commands
 in the container. To build and run docker images, we can run the following
 command at the root of the project.
 
@@ -87,16 +87,16 @@ produces the image ``tvm.ci_cpu`` that is displayed in the 
list of docker images
 using the command ``docker images``. To run an interactive terminal, execute:
 
 ````bash
-./docker/bash.sh tvm.ci_cpu
+./docker/bash.sh Dockerfile.ci_cpu
 ````
 
 or
 
 ````bash
-./docker/bash.sh tvm.ci_cpu echo hello tvm world
+./docker/bash.sh ci_cpu echo hello tvm world
 ````
 
-the same applies to the other images (``./docker/Dockerfile.*```).
+the same applies to the other images (``./docker/Dockerfile.*``).
 
 The command ``./docker/build.sh image_name COMMANDS`` is almost equivalent to
 ``./docker/bash.sh image_name COMMANDS`` but in the case of ``bash.sh``

Reply via email to