rapidsai / dask-build-environment

Build environments for various dask related projects on gpuCI
4 stars 11 forks source link

Bump `CUDA_VER` to 11.5 #24

Closed charlesbluca closed 2 years ago

charlesbluca commented 2 years ago

Addresses https://github.com/rapidsai/dask-build-environment/pull/23#discussion_r769033743; also cc @quasiben I don't think CEC should come up in this case, as this should also bump the underlying CUDA version of the base image being used:

https://github.com/rapidsai/dask-build-environment/blob/1b0ceeb3bd4b28dc9273ec71d320def17de7c068/dask.Dockerfile#L4

Will be followed up with PRs to the affected Dask repos:

quasiben commented 2 years ago

Thanks @charlesbluca