Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
34k
stars
5.78k
forks
source link
[container] Publish multi-architecture container images #41727
Open
astefanutti opened 11 months ago
Description
Container images for each supported architecture are currently being published separately.
This forces users / clients to select the right tag according to the host architecture.
Multi-architecture image manifests should be created and pushed, so the container engine selects the correct image automatically.
This relates to ray-project/kuberay#1630.
Use case
No response