Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DASK_SQL_VERSION to 2023.8.0 #572

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
fetch-depth: 0
- name: Get RAPIDS GitHub Info
id: get-rapids-github-info
uses: rapidsai/shared-action-workflows/rapids-github-info@branch-23.08
uses: rapidsai/shared-action-workflows/rapids-github-info@branch-23.10
- name: Print environment
run: |
PATH="$PATH:$GHA_TOOLS_DIR"
Expand Down
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=12.0.1
ARG PYTHON_VER=3.10
ARG LINUX_VER=ubuntu22.04

ARG RAPIDS_VER=23.08
ARG DASK_SQL_VER=2023.6.0
ARG RAPIDS_VER=23.10
ARG DASK_SQL_VER=2023.8.0

# Gather dependency information
FROM rapidsai/ci:latest AS dependencies
Expand Down
10 changes: 5 additions & 5 deletions dockerhub-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The RAPIDS suite of software libraries gives you the freedom to execute end-to-e
**NOTE:** Review our [system requirements](https://docs.rapids.ai/install#system-req) to ensure you have a compatible system!


### Current Version - RAPIDS v23.08
### Current Version - RAPIDS v23.10

RAPIDS Libraries included in the images:
- `cuDF`
Expand Down Expand Up @@ -40,7 +40,7 @@ There are two types:

The tag naming scheme for RAPIDS images incorporates key platform details into the tag as shown below:
```
23.08-cuda11.8-py3.10
23.10-cuda11.8-py3.10
^ ^ ^
| | Python version
| |
Expand All @@ -49,7 +49,7 @@ The tag naming scheme for RAPIDS images incorporates key platform details into t
RAPIDS version
```

**Note: Nightly builds of the images have the RAPIDS version appended with an `a` (ie `23.08a-cuda11.8-py3.10`)**
**Note: Nightly builds of the images have the RAPIDS version appended with an `a` (ie `23.10a-cuda11.8-py3.10`)**

## Usage

Expand Down Expand Up @@ -82,7 +82,7 @@ $ docker run \
-e EXTRA_CONDA_PACKAGES="jq" \
-e EXTRA_PIP_PACKAGES="beautifulsoup4" \
-p 8888:8888 \
rapidsai/notebooks:23.08-cuda11.8-py3.10
rapidsai/notebooks:23.10-cuda11.8-py3.10
```

### Bind Mounts
Expand All @@ -107,7 +107,7 @@ $ docker run \
--gpus all \
-shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 \
-v $(pwd)/environment.yml:/home/rapids/environment.yml \
rapidsai/base:23.08-cuda11.8-py3.10
rapidsai/base:23.10-cuda11.8-py3.10
```

### Use JupyterLab to Explore the Notebooks
Expand Down
2 changes: 1 addition & 1 deletion matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PYTHON_VER:
- "3.9"
- "3.10"
DASK_SQL_VER:
- "2023.6.0"
- "2023.8.0"