Skip to content

Commit 14d5f4b

Browse files
committed
Clarified that RAI git repository must be cloned to build the docker images
1 parent e2f6f9f commit 14d5f4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/setup/setup_docker.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77

88
## 1. Build the docker image
99

10-
Choose the docker image based on your preferred ROS 2 version. You may build the selected image with only the core dependencies or, alternatively, with all the additional modules.
10+
Choose the docker image based on your preferred ROS 2 version. You may build the selected image with only the core dependencies or, alternatively, with all the additional modules. To build the docker image, you must clone the RAI repository:
11+
12+
```bash
13+
git clone https://github.com/RobotecAI/rai.git
14+
cd rai
15+
```
1116

1217
### 1.1. Humble
1318

0 commit comments

Comments
 (0)