Skip to content

Commit

Permalink
Merge pull request #60 from voltrondata-labs/update-images-latest-cuda11
Browse files Browse the repository at this point in the history
updating to cuda 11.8 and ubuntu 22.04
  • Loading branch information
amaldonadomat authored Aug 23, 2024
2 parents 15182a0 + bc17973 commit 1d33ff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cuda-dind-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
env:
DOCKERHUB_USERNAME: voltrondatabot
DOCKERHUB_ORGANIZATION: voltrondata
CUDA_BASE_IMAGE: nvidia/cuda:11.4.3-devel-ubuntu
CUDA_BASE_IMAGE: nvidia/cuda:11.8.0-devel-ubuntu
DOCKER_IMAGE_NAME: cuda-actions-runner
TARGETPLATFORM: linux/amd64
OS_NAME: ubuntu
OS_VERSION: "20.04"
OS_VERSION: "22.04"

jobs:
build-runners:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cuda-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
env:
DOCKERHUB_USERNAME: voltrondatabot
DOCKERHUB_ORGANIZATION: voltrondata
CUDA_BASE_IMAGE: nvidia/cuda:11.4.3-devel-ubuntu
CUDA_BASE_IMAGE: nvidia/cuda:11.8.0-devel-ubuntu
DOCKER_IMAGE_NAME: cuda-actions-runner
TARGETPLATFORM: linux/amd64
OS_NAME: ubuntu
OS_VERSION: "20.04"
OS_VERSION: "22.04"

jobs:
build-runners:
Expand Down

0 comments on commit 1d33ff2

Please sign in to comment.