Skip to content

Commit dbbb83d

Browse files
committed
Update README.md
Signed-off-by: zz990099 <[email protected]>
1 parent a6d3652 commit dbbb83d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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 [email protected]: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)