Skip to content

Commit

Permalink
Use ubuntu image instead; change ssh-user name again
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Jan 10, 2025
1 parent 3c48986 commit 0c24ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ci-scripts/templatize_ray_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ class Metadata(BaseModel, extra="allow"):
),
"benchmarking-arm": Profile(
instance_type="i8g.4xlarge",
image_id="ami-0f2a7c7ff2ad40dc1",
image_id="ami-0d4eea77bb23270f4",
node_count=10,
ssh_user="ec2-user",
ssh_user="ubuntu",
volume_mount=""" |
findmnt /tmp 1> /dev/null
code=$?
Expand Down

0 comments on commit 0c24ab0

Please sign in to comment.