We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf47305 commit cd5f3c5Copy full SHA for cd5f3c5
README.md
@@ -23,4 +23,13 @@ poetry run python main.py
23
24
## resources
25
26
-- https://cloudinit.readthedocs.io/en/latest/howto/debugging.html
+- https://cloudinit.readthedocs.io/en/latest/howto/debugging.html
27
+
28
+## generate docker-compose template
29
30
+install gomplate: https://docs.gomplate.ca/installing/
31
+```sh
32
+export SERVICE_REPLICAS=2
33
+export GPU_BY_REPLICA=1
34
+cat templates/docker-compose.tpl | gomplate > docker-compose.yaml
35
+```
0 commit comments