Skip to content

start using CUDA 12.5, Python 3.11 images in nightly docs #398

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

Merged
merged 3 commits into from
Jul 26, 2024
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ The RAPIDS versions for things like container images and install instructions ar
```python
versions = {
"stable": {
"rapids_container": "nvcr.io/nvidia/rapidsai/base:24.04-cuda11.8-py3.10",
"rapids_container": "nvcr.io/nvidia/rapidsai/base:24.06-cuda11.8-py3.10",
},
"nightly": {
"rapids_container": "rapidsai/base:24.06a-cuda11.8-py3.10",
"rapids_container": "rapidsai/base:24.08a-cuda12.5-py3.11",
},
}
```
Expand Down
6 changes: 3 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"nightly": {
"rapids_version": f"{nightly_version}-nightly",
"rapids_container": f"rapidsai/base:{nightly_version + 'a'}-cuda11.8-py3.10",
"rapids_notebooks_container": f"rapidsai/notebooks:{nightly_version + 'a'}-cuda11.8-py3.10",
"rapids_container": f"rapidsai/base:{nightly_version + 'a'}-cuda12.5-py3.11",
"rapids_notebooks_container": f"rapidsai/notebooks:{nightly_version + 'a'}-cuda12.5-py3.11",
"rapids_conda_channels": "-c rapidsai-nightly -c conda-forge -c nvidia",
"rapids_conda_packages": f"rapids={nightly_version} python=3.10 cuda-version=11.8",
"rapids_conda_packages": f"rapids={nightly_version} python=3.11 cuda-version=12.5",
},
}
rapids_version = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"outputs": [],
"source": [
"# Choose the same RAPIDS image you used for launching the notebook session\n",
"rapids_image = \"rapidsai/notebooks:24.04-cuda12.2-py3.11\""
"rapids_image = \"{{ rapids_notebook_container }}\""
]
},
{
Expand Down