Skip to content

Commit

Permalink
Change indentation of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 23, 2024
1 parent 45ec251 commit 1d1cc20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/assets/benchmarking_ray_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ available_node_types:
Name: ray-autoscaler-v1

setup_commands:
# Mount drive
# Mount drive
- |
findmnt /tmp 1> /dev/null
code=$?
Expand All @@ -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
Expand Down

0 comments on commit 1d1cc20

Please sign in to comment.