Skip to content

Commit

Permalink
Drop images before CUDA 11.8
Browse files Browse the repository at this point in the history
As the new conda-forge CUDA minimum is 11.8, go ahead and drop all
CUDA images from before CUDA 11.8.
  • Loading branch information
jakirkham committed May 1, 2024
1 parent 53066a1 commit faf9652
Showing 1 changed file with 0 additions and 91 deletions.
91 changes: 0 additions & 91 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,104 +41,13 @@ jobs:
DISTRO_VER: "7"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 7 on aarch64"

- DOCKERIMAGE: linux-anvil-cuda
DOCKERTAG: "11.4"
CUDA_VER: "11.4.3"
DISTRO_NAME: "centos"
DISTRO_VER: "7"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 7 on x86_64 with CUDA"

- DOCKERIMAGE: linux-anvil-cuda
DOCKERTAG: "11.5"
CUDA_VER: "11.5.2"
DISTRO_NAME: "centos"
DISTRO_VER: "7"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 7 on x86_64 with CUDA"

- DOCKERIMAGE: linux-anvil-cuda
DOCKERTAG: "11.6"
CUDA_VER: "11.6.2"
DISTRO_NAME: "centos"
DISTRO_VER: "7"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 7 on x86_64 with CUDA"

- DOCKERIMAGE: linux-anvil-cuda
DOCKERTAG: "11.7"
CUDA_VER: "11.7.1"
DISTRO_NAME: "centos"
DISTRO_VER: "7"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 7 on x86_64 with CUDA"

- DOCKERIMAGE: linux-anvil-cuda
DOCKERTAG: "11.8"
CUDA_VER: "11.8.0"
DISTRO_NAME: "centos"
DISTRO_VER: "7"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 7 on x86_64 with CUDA"

- DOCKERIMAGE: linux-anvil-ppc64le-cuda
DOCKERTAG: "11.4"
CUDA_VER: "11.4.3"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 8 on ppc64le with CUDA"

- DOCKERIMAGE: linux-anvil-ppc64le-cuda
DOCKERTAG: "11.5"
CUDA_VER: "11.5.2"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 8 on ppc64le with CUDA"

- DOCKERIMAGE: linux-anvil-ppc64le-cuda
DOCKERTAG: "11.6"
CUDA_VER: "11.6.2"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 8 on ppc64le with CUDA"

- DOCKERIMAGE: linux-anvil-ppc64le-cuda
DOCKERTAG: "11.7"
CUDA_VER: "11.7.1"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 8 on ppc64le with CUDA"

- DOCKERIMAGE: linux-anvil-ppc64le-cuda
DOCKERTAG: "11.8"
CUDA_VER: "11.8.0"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 8 on ppc64le with CUDA"

- DOCKERIMAGE: linux-anvil-aarch64-cuda
DOCKERTAG: "11.4"
CUDA_VER: "11.4.3"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 8 on aarch64 with CUDA"

- DOCKERIMAGE: linux-anvil-aarch64-cuda
DOCKERTAG: "11.5"
CUDA_VER: "11.5.2"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 8 on aarch64 with CUDA"

- DOCKERIMAGE: linux-anvil-aarch64-cuda
DOCKERTAG: "11.6"
CUDA_VER: "11.6.2"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 8 on aarch64 with CUDA"

- DOCKERIMAGE: linux-anvil-aarch64-cuda
DOCKERTAG: "11.7"
CUDA_VER: "11.7.1"
DISTRO_NAME: "ubi"
DISTRO_VER: "8"
SHORT_DESCRIPTION: "conda-forge build image for Cent0S 8 on aarch64 with CUDA"

- DOCKERIMAGE: linux-anvil-aarch64-cuda
DOCKERTAG: "11.8"
CUDA_VER: "11.8.0"
Expand Down

0 comments on commit faf9652

Please sign in to comment.