Skip to content

Commit

Permalink
Bump RAPIDS & DASK_SQL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jun 23, 2023
1 parent c6d4d13 commit fa0b9c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG CUDA_VER=11.8.0
ARG PYTHON_VER=3.10
ARG LINUX_VER=ubuntu22.04

ARG RAPIDS_VER=23.06
ARG DASK_SQL_VER=2023.4.0
ARG RAPIDS_VER=23.08
ARG DASK_SQL_VER=2023.6.0

ARG BASE_FROM_IMAGE=rapidsai/mambaforge-cuda

Expand Down
4 changes: 2 additions & 2 deletions axis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ PYTHON_VER:
LINUX_VER:
- "ubuntu22.04"
RAPIDS_VER:
- "23.06"
- "23.08"
DASK_SQL_VER:
- "2023.4.0"
- "2023.6.0"
exclude:
- LINUX_VER: "ubuntu22.04"
CUDA_VER: "11.2.2"
Expand Down

0 comments on commit fa0b9c2

Please sign in to comment.