From 3dcab5de0e5c43c5fd380d8c0dc8c5b76a526961 Mon Sep 17 00:00:00 2001 From: "mohamad.moussa" <mohamad.moussa@hesge.ch> Date: Mon, 10 Jun 2024 16:04:09 +0200 Subject: [PATCH] Update 16 files - /Without-Prediction/Dockerfile - /Without-Prediction/README.md - /Without-Prediction/comSimple.py - /Without-Prediction/docker-compose.yml - /Without-Prediction/generate-docker-compose.py - /Without-Prediction/install-docker.sh - /Without-Prediction/instance_privateIPs.txt - /Without-Prediction/neighbors.json - /SWARM-Without-Prediction/Dockerfile - /SWARM-Without-Prediction/README.md - /SWARM-Without-Prediction/docker-compose.yml - /SWARM-Without-Prediction/comSimple.py - /SWARM-Without-Prediction/neighbors.json - /SWARM-Without-Prediction/generate-docker-compose.py - /SWARM-Without-Prediction/install-docker.sh - /SWARM-Without-Prediction/instance_privateIPs.txt --- {Without-Prediction => SWARM-Without-Prediction}/Dockerfile | 0 {Without-Prediction => SWARM-Without-Prediction}/README.md | 0 {Without-Prediction => SWARM-Without-Prediction}/comSimple.py | 0 .../docker-compose.yml | 0 .../generate-docker-compose.py | 0 .../install-docker.sh | 0 .../instance_privateIPs.txt | 0 {Without-Prediction => SWARM-Without-Prediction}/neighbors.json | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {Without-Prediction => SWARM-Without-Prediction}/Dockerfile (100%) rename {Without-Prediction => SWARM-Without-Prediction}/README.md (100%) rename {Without-Prediction => SWARM-Without-Prediction}/comSimple.py (100%) rename {Without-Prediction => SWARM-Without-Prediction}/docker-compose.yml (100%) rename {Without-Prediction => SWARM-Without-Prediction}/generate-docker-compose.py (100%) rename {Without-Prediction => SWARM-Without-Prediction}/install-docker.sh (100%) rename {Without-Prediction => SWARM-Without-Prediction}/instance_privateIPs.txt (100%) rename {Without-Prediction => SWARM-Without-Prediction}/neighbors.json (100%) diff --git a/Without-Prediction/Dockerfile b/SWARM-Without-Prediction/Dockerfile similarity index 100% rename from Without-Prediction/Dockerfile rename to SWARM-Without-Prediction/Dockerfile diff --git a/Without-Prediction/README.md b/SWARM-Without-Prediction/README.md similarity index 100% rename from Without-Prediction/README.md rename to SWARM-Without-Prediction/README.md diff --git a/Without-Prediction/comSimple.py b/SWARM-Without-Prediction/comSimple.py similarity index 100% rename from Without-Prediction/comSimple.py rename to SWARM-Without-Prediction/comSimple.py diff --git a/Without-Prediction/docker-compose.yml b/SWARM-Without-Prediction/docker-compose.yml similarity index 100% rename from Without-Prediction/docker-compose.yml rename to SWARM-Without-Prediction/docker-compose.yml diff --git a/Without-Prediction/generate-docker-compose.py b/SWARM-Without-Prediction/generate-docker-compose.py similarity index 100% rename from Without-Prediction/generate-docker-compose.py rename to SWARM-Without-Prediction/generate-docker-compose.py diff --git a/Without-Prediction/install-docker.sh b/SWARM-Without-Prediction/install-docker.sh similarity index 100% rename from Without-Prediction/install-docker.sh rename to SWARM-Without-Prediction/install-docker.sh diff --git a/Without-Prediction/instance_privateIPs.txt b/SWARM-Without-Prediction/instance_privateIPs.txt similarity index 100% rename from Without-Prediction/instance_privateIPs.txt rename to SWARM-Without-Prediction/instance_privateIPs.txt diff --git a/Without-Prediction/neighbors.json b/SWARM-Without-Prediction/neighbors.json similarity index 100% rename from Without-Prediction/neighbors.json rename to SWARM-Without-Prediction/neighbors.json -- GitLab