Skip to content

Commit

Permalink
Merge pull request #238 from containers/gpu
Browse files Browse the repository at this point in the history
GPU enabled test environment
  • Loading branch information
rhatdan authored Apr 11, 2024
2 parents c0f800f + 1c21039 commit ea59309
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing-framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- arch: arm64
aws_image_type: m7g.medium
aws_ami_architecture: arm64
- arch: amd64 # gpu enabled
aws_image_type: g4dn.xlarge
aws_ami_architecture: x86_64
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit ea59309

Please sign in to comment.