Skip to content

Commit 3871481

Browse files
style(pre-commit): autofix
1 parent f7ab58d commit 3871481

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

perception/lidar_centerpoint/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -132,20 +132,24 @@ pip install -v -e .
132132
```
133133

134134
#### Use Training Repository with Docker
135+
135136
Alternatively, you can use Docker to run the mmdetection3d repository.We provide a Dockerfile to build a Docker image with the mmdetection3d repository and its dependencies.
136137

137138
Clone fork of the mmdetection3d repository
139+
138140
```bash
139141
git clone https://github.com/autowarefoundation/mmdetection3d.git
140142
```
141143

142144
Build the Docker image by running the following command
145+
143146
```bash
144147
cd mmdetection3d
145148
docker build -t mmdetection3d -f docker/Dockerfile .
146149
```
147150

148151
Run the Docker container
152+
149153
```bash
150154
docker run --gpus all --shm-size=8g -it -v {DATA_DIR}:/mmdetection3d/data mmdetection3d
151155
```

0 commit comments

Comments
 (0)