Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide linux-anvil-cuda on x64 with RHEL 8, consolidate image names, distinguish distro baseline in tag #291

Merged
merged 4 commits into from
Nov 21, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 18 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,32 +41,41 @@ jobs:
DISTRO_VER: "7"
SHORT_DESCRIPTION: "conda-forge build image for CentOS 7 on aarch64"

- DOCKERIMAGE: linux-anvil-cuda
- DOCKERIMAGE: linux-anvil-cuda11.8
DOCKERFILE: linux-anvil-cuda
DOCKERTAG: "11.8"
DOCKERTAG: "cos7"
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"
SHORT_DESCRIPTION: "conda-forge build image for CentOS 7 on x86_64 with CUDA 11.8"

- DOCKERIMAGE: linux-anvil-ppc64le-cuda
- DOCKERIMAGE: linux-anvil-cuda11.8
DOCKERFILE: linux-anvil-cuda
DOCKERTAG: "11.8"
DOCKERTAG: "ubi8"
CUDA_VER: "11.8.0"
DISTRO_ARCH: "amd64"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for UBI 8 on x86_64 with CUDA 11.8"
h-vetinari marked this conversation as resolved.
Show resolved Hide resolved

- DOCKERIMAGE: linux-anvil-ppc64le-cuda11.8
DOCKERFILE: linux-anvil-cuda
DOCKERTAG: "ubi8"
CUDA_VER: "11.8.0"
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
- DOCKERIMAGE: linux-anvil-aarch64-cuda11.8
DOCKERFILE: linux-anvil-cuda
DOCKERTAG: "11.8"
DOCKERTAG: "ubi8"
CUDA_VER: "11.8.0"
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