Skip to content

Commit a2860a8

Browse files
committed
Update build_enviroment_on_jetson.md
1 parent 430e4a1 commit a2860a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/build_enviroment_on_jetson.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
确保`Jetpack6.0`已经刷机成功,docker能够正常运行,直接运行项目内的构建脚本,即可生成项目运行环境。
1414
```bash
15-
cd ${foundationpose_cpp}/docker/
16-
bash build_docker.sh --container_type=jetson_trt8
17-
bash into_docker.sh
15+
cd ${foundationpose_cpp}
16+
bash easy_deploy_tool/docker/easy_deploy_startup.sh
17+
# Select `jetson` -> `trt10_u2204`/`trt8_u2204` (`trt8_u2004` not supported)
18+
bash easy_deploy_tool/docker/into_docker.sh
1819
```

0 commit comments

Comments
 (0)