Open jameslamb opened 5 months ago
Since https://github.com/rapidsai/docker/issues/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:
https://github.com/rapidsai/deployment/blob/8bd5b05bdcfd23032daf7ee83724681416d6341d/source/conf.py#L27-L42
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
I've updated the description here with a comprehensive list of the remaining references, so we can see how much work remains.
Description
Since https://github.com/rapidsai/docker/issues/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:
https://github.com/rapidsai/deployment/blob/8bd5b05bdcfd23032daf7ee83724681416d6341d/source/conf.py#L27-L42
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)