Skip to content

Commit

Permalink
testing with runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
amaldonadomat committed Sep 6, 2024
1 parent bdc7889 commit 72008db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cuda-dind-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ on:
env:
DOCKERHUB_USERNAME: voltrondatabot
DOCKERHUB_ORGANIZATION: voltrondata
CUDA_BASE_IMAGE: nvidia/cuda:11.8.0-devel-ubuntu
CUDA_BASE_IMAGE: nvidia/cuda:11.8.0-runtime-ubuntu
DOCKER_IMAGE_NAME: cuda-actions-runner
TARGETPLATFORM: linux/amd64
OS_NAME: ubuntu
OS_VERSION: "20.04"
OS_VERSION: "22.04"

jobs:
build-runners:
name: Build cuda-actions-runner-ubuntu
runs-on: cuda
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit 72008db

Please sign in to comment.