Skip to content

Commit

Permalink
update images to use alma9
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 23, 2024
1 parent f625051 commit d83f570
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
export CI=azure
export CONFIG=linux64
export DOCKER_IMAGE=quay.io/condaforge/linux-anvil-cos7-x86_64
export DOCKER_IMAGE=quay.io/condaforge/linux-anvil-x86_64:alma9
export AZURE=True
.scripts/run_docker_build.sh
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
export CI=azure
export CONFIG=linux64_cuda118
export DOCKER_IMAGE=quay.io/condaforge/linux-anvil-cuda:11.8
export DOCKER_IMAGE=quay.io/condaforge/linux-anvil-x86_64-cuda11.8:ubi8
export AZURE=True
.scripts/run_docker_build.sh
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
export CI=azure
export CONFIG=linux64_cuda120
export DOCKER_IMAGE=quay.io/condaforge/linux-anvil-cos7-x86_64
export DOCKER_IMAGE=quay.io/condaforge/linux-anvil-x86_64:alma9
export AZURE=True
.scripts/run_docker_build.sh
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ target_platform:
channel_sources:
- conda-forge
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
cuda_compiler:
- None
cuda_compiler_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux64_cuda118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ target_platform:
channel_sources:
- conda-forge
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
- quay.io/condaforge/linux-anvil-x86_64-cuda11.8:ubi8
cuda_compiler:
- nvcc
cuda_compiler_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux64_cuda120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ target_platform:
channel_sources:
- conda-forge
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ target_platform:
channel_sources:
- conda-forge
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64:alma9
cuda_compiler:
- None
cuda_compiler_version:
Expand Down

0 comments on commit d83f570

Please sign in to comment.