Skip to content

Commit cfadcd3

Browse files
committed
recipe: Upgrade linux64 to CUDA 11.2
1 parent 8540c16 commit cfadcd3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

recipe/conda_build_config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ mpi_type:
22
- external # [linux]
33
- conda
44
docker_image: # [linux]
5-
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2 # [linux64]
6-
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.0 # [ppc64le]
7-
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.0 # [aarch64]
5+
- quay.io/condaforge/linux-anvil-cuda:11.2 # [linux64]
6+
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.2 # [ppc64le]
7+
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 # [aarch64]
88
enable_ucx:
99
- True # [linux]
1010
- False # [not linux]
1111
enable_cuda:
1212
- True # [linux]
1313
- False # [not linux]
1414
cuda_version: # [linux]
15-
- 10.2 # [linux64]
16-
- 11.0 # [ppc64le]
17-
- 11.0 # [aarch64]
15+
- 11.2 # [linux64]
16+
- 11.2 # [ppc64le]
17+
- 11.2 # [aarch64]

0 commit comments

Comments
 (0)