This is an automated email from the ASF dual-hosted git repository.
syfeng 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 35e74cc4c9 [Fix] Remove `tvm.` prefix from image name when
`./docker/build.sh` (#17324)
35e74cc4c9 is described below
commit 35e74cc4c9c8dec658217ffeea85f2ba25e35a35
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Tue Sep 3 01:06:43 2024 +0900
[Fix] Remove `tvm.` prefix from image name when `./docker/build.sh` (#17324)
remove `tvm.` prefix
---
docker/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/README.md b/docker/README.md
index c311e86d19..acebf923b4 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -110,7 +110,7 @@ tasks.
- lint the python codes
```bash
- ./docker/build.sh tvm.ci_lint make pylint
+ ./docker/build.sh ci_lint make pylint
```
- build codes with CUDA support