rapidsai / deployment

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

remove references to outdated RAPIDS images #382

Open jameslamb opened 1 month ago

jameslamb commented 1 month 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

Notes

N/A