From c9932539331e77a90156a58530dca78f86341a30 Mon Sep 17 00:00:00 2001 From: Mohamad Moussa <mohamad.moussa@hesge.ch> Date: Fri, 7 Jun 2024 14:42:52 +0200 Subject: [PATCH] Add README --- Local-Without-Pred/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Local-Without-Pred/README.md b/Local-Without-Pred/README.md index 66ceb2d..6cbd16f 100644 --- a/Local-Without-Pred/README.md +++ b/Local-Without-Pred/README.md @@ -30,7 +30,7 @@ Once your code is developed, it is time to build the container image, [DockerFil ## Local Deployment For 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> Replace <num_nodes> with the number of nodes in your network. -- GitLab