Skip to content

Workflow file for this run

name: Test cuda builds
on:
workflow_dispatch: null
push:
paths:
- tests/ml-test.Dockerfile
- .github/workflows/cuda-test.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -f tests/ml-test.Dockerfile .