From eb52bfea55dda172f053e197cc798ec600fab67d Mon Sep 17 00:00:00 2001 From: "nabil.abdennad" <nabil.abdennadher@hesge.ch> Date: Sun, 22 Sep 2024 10:58:43 +0200 Subject: [PATCH] generate-docker-compose.py instead of generate_docker_compose.py (to be compliant with the README document --- Local-Without-Prediction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Local-Without-Prediction/README.md b/Local-Without-Prediction/README.md index 4d14376..ba181ac 100644 --- a/Local-Without-Prediction/README.md +++ b/Local-Without-Prediction/README.md @@ -35,7 +35,7 @@ Where <image_name> is the name you have chosen for your image. ## Local Deployment You can use the [script](./generate-docker-compose.py) to generate a Docker Compose file. This script takes the number of nodes in your network as an argument and generates the Docker Compose configuration. To generate the Docker Compose file, run the [script](./generate-docker-compose.py) with the desired number of nodes: - python generate_docker_compose.py <num_nodes> +python generate-docker-compose.py <num_nodes> Where <num_nodes> is the number of nodes in your network. -- GitLab