Skip to content

Commit 0f55bcb

Browse files
committed
docker instructions
1 parent c589e2c commit 0f55bcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/contribute/ci.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ and help in mounting your current directory.
165165
cd tvm
166166
bash docker/bash.sh ci_cpu
167167
# the tvm directory is automatically mounted
168-
$ ls
168+
# example: build tvm (note: this will overrwrite build/)
169+
$ ./tests/scripts/task_config_build_cpu.sh
170+
$ ./tests/scripts/task_build.sh build -j32
169171
170172
171173
Reporting Issues

0 commit comments

Comments
 (0)