From 77fc10264c754393553986605fcc36886aabbbfc Mon Sep 17 00:00:00 2001 From: zhengkezhou1 Date: Thu, 5 Mar 2026 13:55:20 +0800 Subject: [PATCH 1/2] [chore] Update docker/README.md documentation and fix links --- docker/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/README.md b/docker/README.md index 7d3fd22dc911..6d6fed20f921 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`` From 1031afb229a362de9fb874d64e83114e7b473e79 Mon Sep 17 00:00:00 2001 From: Zhengke Zhou Date: Thu, 5 Mar 2026 14:00:24 +0800 Subject: [PATCH 2/2] Update docker/README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 6d6fed20f921..d2661422511c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -96,7 +96,7 @@ or ./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``