Skip to content

Commit 6ca9739

Browse files
committed
feat: improve documentation for data generation
1 parent cf2fba7 commit 6ca9739

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/data_generator/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@ After a successful run you should get something like:
4848
- Concepts: 20
4949
- Observations: 750
5050
```
51+
52+
## Running in a container
53+
54+
For running in the container, `exec -it` the container to run the command:
55+
56+
```bash
57+
/data-generator -e /config/development.yaml -d /example_dataset.yaml -s 2
58+
```

0 commit comments

Comments
 (0)