Skip to content

Commit

Permalink
Add AWS linux AMI to runs-on for testing (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
lockshaw authored Jan 30, 2025
1 parent de7fa32 commit c116872
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/runs-on.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
images:
amazon-linux-gpu-x64:
platform: "linux"
arch: "x64"
owner: "898082745236" # AWS
name: "Amazon Linux 2 AMI with NVIDIA TESLA GPU Driver*"

dlami-x64:
platform: "linux"
arch: "x64"
Expand All @@ -8,4 +14,4 @@ images:
runners:
gpu-nvidia:
family: ["g4dn.xlarge"]
image: dlami-x64
image: amazon-linux-gpu-x64

0 comments on commit c116872

Please sign in to comment.