We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2fba7 commit 6ca9739Copy full SHA for 6ca9739
tests/data_generator/README.md
@@ -48,3 +48,11 @@ After a successful run you should get something like:
48
- Concepts: 20
49
- Observations: 750
50
```
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