Skip to content

Commit dbbb83d

Browse files
committed
Update README.md
Signed-off-by: zz990099 <771647586@qq.com>
1 parent a6d3652 commit dbbb83d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@
4848

4949
### Enviroment Build
5050

51-
1. 使用`docker`来构建运行环境
51+
1. 下载`foundationpose_cpp`repo
52+
```bash
53+
git clone git@github.com:zz990099/foundationpose_cpp.git
54+
cd foundationpose_cpp
55+
git submodule init
56+
git submodule update
57+
```
58+
59+
2. 使用`docker`来构建运行环境
5260
```bash
5361
cd ${foundationpose_cpp}/docker
5462
bash build_docker.sh --container_type=trt8 # trt10, jetson_trt8, jetson_trt10

0 commit comments

Comments
 (0)