Skip to content

update

update #18

name: nvidia-on-prem
on:
schedule:
# Run nightly at 2 AM UTC
- cron: '0 2 * * *'
workflow_dispatch:
push:
jobs:
health-check:
runs-on: [nvidia-docker-b200-8-x86-64]
timeout-minutes: 5
steps:
- name: GPU Health Check
run: python3 -c "import torch; torch.randn(5, device='cuda')"
env:
CUDA_VISIBLE_DEVICES: 0