From bc2abe612414811320ac9dec2f2fc263378ef480 Mon Sep 17 00:00:00 2001 From: dzikafoczka Date: Sat, 21 Dec 2024 09:10:45 +0100 Subject: [PATCH] autoscaling --- autoscaling.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 autoscaling.sh diff --git a/autoscaling.sh b/autoscaling.sh new file mode 100644 index 0000000..b49fc47 --- /dev/null +++ b/autoscaling.sh @@ -0,0 +1,4 @@ +#!/bin/bash +chmod +x autoscaling.py +pip install -r requirements.txt +python autoscaling.py \ No newline at end of file