diff --git a/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/utils/install_slurm_exporter.sh b/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/utils/install_slurm_exporter.sh index 194759fa..c8b206e9 100644 --- a/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/utils/install_slurm_exporter.sh +++ b/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/utils/install_slurm_exporter.sh @@ -10,7 +10,7 @@ if sudo systemctl is-active --quiet slurmctld; then echo "Go is already installed." fi echo "This was identified as the controller node because Slurmctld is running. Begining SLURM Exporter Installation" - git clone -b 0.20 https://github.com/vpenso/prometheus-slurm-exporter.git + git clone -b development https://github.com/vpenso/prometheus-slurm-exporter.git cd prometheus-slurm-exporter sudo make && sudo cp bin/prometheus-slurm-exporter /usr/bin/ sudo tee /etc/systemd/system/prometheus-slurm-exporter.service > /dev/null <