Skip to content

Commit

Permalink
update CUDA 11.8 image on amd64 to use UBI 8
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 12, 2024
1 parent b90a502 commit bf51722
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
DOCKERTAG: "11.8"
CUDA_VER: "11.8.0"
DISTRO_ARCH: "amd64"
DISTRO_NAME: "centos"
DISTRO_VER: "7"
SHORT_DESCRIPTION: "conda-forge build image for CentOS 7 on x86_64 with CUDA"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for UBI 8 on x86_64 with CUDA 11.8"

- DOCKERIMAGE: linux-anvil-ppc64le-cuda
DOCKERFILE: linux-anvil-cuda
Expand All @@ -57,7 +57,7 @@ jobs:
DISTRO_ARCH: "ppc64le"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for CentOS 8 on ppc64le with CUDA"
SHORT_DESCRIPTION: "conda-forge build image for UBI 8 on ppc64le with CUDA 11.8"

- DOCKERIMAGE: linux-anvil-aarch64-cuda
DOCKERFILE: linux-anvil-cuda
Expand All @@ -66,7 +66,7 @@ jobs:
DISTRO_ARCH: "arm64"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for CentOS 8 on aarch64 with CUDA"
SHORT_DESCRIPTION: "conda-forge build image for UBI 8 on aarch64 with CUDA 11.8"

- DOCKERIMAGE: linux-anvil-alma-x86_64
DOCKERFILE: linux-anvil
Expand Down

0 comments on commit bf51722

Please sign in to comment.