From 1d1cc20b5d87a5c56c45134a196146671734390d Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Fri, 22 Nov 2024 18:03:16 -0800 Subject: [PATCH] Change indentation of comments --- .github/assets/benchmarking_ray_config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/assets/benchmarking_ray_config.yaml b/.github/assets/benchmarking_ray_config.yaml index 6515681989..8e098c8b19 100644 --- a/.github/assets/benchmarking_ray_config.yaml +++ b/.github/assets/benchmarking_ray_config.yaml @@ -34,7 +34,7 @@ available_node_types: Name: ray-autoscaler-v1 setup_commands: - # Mount drive +# Mount drive - | findmnt /tmp 1> /dev/null code=$? @@ -43,9 +43,9 @@ setup_commands: sudo mount -t ext4 /dev/nvme0n1 /tmp sudo chmod 777 /tmp fi - # Install dependencies - # GitHub Actions workflow will replace all parameters between `{{...}}` with the - # actual values as determined dynamically during runtime of the actual workflow. +# Install dependencies +# GitHub Actions workflow will replace all parameters between `{{...}}` with the +# actual values as determined dynamically during runtime of the actual workflow. - sudo snap install aws-cli --classic - curl -LsSf https://astral.sh/uv/install.sh | sh - echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc