rapidsai / deployment

RAPIDS Deployment Documentation
https://docs.rapids.ai/deployment/stable/
9 stars 31 forks source link

remove references to outdated RAPIDS images #382

Open jameslamb opened 5 months ago

jameslamb commented 5 months ago

Description

Since https://github.com/rapidsai/docker/issues/539, the main RAPIDS docker images intended for end-user deployments have been:

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:

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

Uses

List of references that need to be updated:

rapidsai/rapidsai-core image

rapidsai/rapidsai image

rapidsai/rapidsai-nightly image

(None)

23.02 release

23.04 release

(None)

23.06 release

23.08 release

23.10 release

23.12 release

24.02 release

(None)

24.04 release

24.06 release

24.08 release

(None)

jameslamb commented 1 month ago

I've updated the description here with a comprehensive list of the remaining references, so we can see how much work remains.