Skip to content

Commit ad1ed8c

Browse files
committed
README update.
1 parent fa18059 commit ad1ed8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,14 @@ docker run -d -p 8501:8501 --name maps4fs iwatkot/maps4fs
195195
4. Fill in the required fields and click on the `Generate` button.
196196
5. When the map is generated click on the `Download` button to get the map.
197197

198+
➡️ If you don't need Blender backend, you can use the **lite** version of the Docker image.
199+
200+
```bash
201+
docker run -d -p 8501:8501 --name maps4fs iwatkot/maps4fs:*.*.*_lite
202+
```
203+
204+
Remember to replace `*.*.*` with the version you want to use, e.g. `iwatkot/maps4fs:1.8.202_lite`. Also, pay attention that some features will not work in the lite version, such as removing the center part of the background mesh.
205+
198206
### Option 3: Python package or source code
199207

200208
🔴 Recommended for developers.

0 commit comments

Comments
 (0)