Skip to content

Commit e9725b2

Browse files
committed
Add build step
Signed-off-by: Maria Teresa Ortega <teresa.ortega0903@gmail.com>
1 parent 9cc927e commit e9725b2

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

examples/beluga/README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The launch file accepts the map path, sensor model type, and particle count as p
2929

3030
## Setup
3131

32-
**1. Configure volume mounts**
32+
### **1. Configure volume mounts**
3333

3434
Edit `docker/docker-compose.yml` and set the host paths to your reference files:
3535

@@ -40,7 +40,22 @@ volumes:
4040
- /path/to/your/groundtruth:/data/groundtruth
4141
```
4242
43-
**2. Start the container**
43+
### **2. Build the image**
44+
45+
46+
#### Development
47+
48+
```bash
49+
docker compose --profile development build
50+
```
51+
52+
#### Production
53+
54+
```bash
55+
docker compose --profile production build
56+
```
57+
58+
### **3. Start the container**
4459

4560
Two Docker profiles are available depending on your use case.
4661

0 commit comments

Comments
 (0)