Skip to content

Minimal GPU EC2 runner test #8

Minimal GPU EC2 runner test

Minimal GPU EC2 runner test #8

Workflow file for this run

name: Minimal GPU EC2 runner test
on:
workflow_dispatch:
permissions:
id-token: write # Required for AWS OIDC authentication
contents: read # Required for actions/checkout
jobs:
ec2:
uses: Open-Athena/ec2/.github/workflows/runner.yml@dev
secrets: inherit
gpu-test:
needs: ec2
runs-on: ${{ needs.ec2.outputs.instance }}
steps:
- run: nvidia-smi # g4dn.xlarge!