We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since rapidsai/docker#539, the main RAPIDS docker images intended for end-user deployments have been:
rapidsai/base
rapidsai/notebooks
Any references in the deployment docs to older, no-longer-supported images should be replaced.
Start like this:
git grep -E 'rapidsai/' git grep -E ':2[0-9]+\.'
Replace those references, wherever appropriate, with rapidsai/base and rapidsai/notebooks.
Try to do so with the templating driven by this:
deployment/source/conf.py
Lines 27 to 42 in 8bd5b05
List of references that need to be updated:
rapidsai/rapidsai-core image
rapidsai/rapidsai-core
rapidsai/rapidsai image
rapidsai/rapidsai
rapidsai/rapidsai-nightly image
rapidsai/rapidsai-nightly
(None)
23.02 release
23.02
23.04 release
23.04
23.06 release
23.06
23.08 release
23.08
23.10 release
23.10
23.12 release
23.12
24.02 release
24.02
24.04 release
24.04
24.06 release
24.06
24.08 release
24.08
The text was updated successfully, but these errors were encountered:
I've updated the description here with a comprehensive list of the remaining references, so we can see how much work remains.
Sorry, something went wrong.
jameslamb
No branches or pull requests
Description
Since rapidsai/docker#539, the main RAPIDS docker images intended for end-user deployments have been:
rapidsai/base
(DockerHub link)rapidsai/notebooks
(DockerHub link)Any references in the deployment docs to older, no-longer-supported images should be replaced.
Benefits of this work
Acceptance Criteria
Approach
Start like this:
Replace those references, wherever appropriate, with
rapidsai/base
andrapidsai/notebooks
.Try to do so with the templating driven by this:
deployment/source/conf.py
Lines 27 to 42 in 8bd5b05
Uses
List of references that need to be updated:
rapidsai/rapidsai-core
imagerapidsai/rapidsai
imagerapidsai/rapidsai-nightly
image(None)
23.02
release23.04
release(None)
23.06
release23.08
release23.10
release23.12
release24.02
release(None)
24.04
release24.06
release24.08
release(None)
The text was updated successfully, but these errors were encountered: