Skip to content

add Python 3.12 images, default to Python 3.12 and CUDA 12.5 in docs … #404

add Python 3.12 images, default to Python 3.12 and CUDA 12.5 in docs …

add Python 3.12 images, default to Python 3.12 and CUDA 12.5 in docs … #404

Workflow file for this run

name: ci
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docker:
uses: ./.github/workflows/build-test-publish-images.yml
with:
build_type: pull-request
run_tests: true
secrets: inherit