Skip to content

Commit

Permalink
Remove mounting of nvme drive on instance type that doesn't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Nov 15, 2024
1 parent fb75d70 commit 2b39cc6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/assets/ray.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ available_node_types:
Name: ray-autoscaler-v1

setup_commands:
# Mount drive
# - sudo mkfs.ext4 /dev/nvme1n1
# - sudo mount -t ext4 /dev/nvme1n1 /tmp
# - sudo chmod 777 /tmp

# Install dependencies
# Install dependencies
- curl -LsSf https://astral.sh/uv/install.sh | sh
- echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
- source ~/.bashrc
Expand Down

0 comments on commit 2b39cc6

Please sign in to comment.