mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
![]() * [python3.10] Build py310 images (#24859) Build python 3.10 images so we can run release tests. * [ci/py310] Fix docker image build/tag (#24922) We're currently not building the 3.9/3.10 ray-ml docker images, but we're still trying to tag/push them. Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com> |
||
---|---|---|
.. | ||
autoscaler | ||
base-deps | ||
development | ||
examples | ||
ray | ||
ray-deps | ||
ray-ml | ||
ray-worker-container | ||
retag-lambda | ||
fix-docker-latest.sh | ||
README.md |
Overview of how the ray images are built:
Images without a "-cpu" or "-gpu" tag are built on ubuntu/focal
. They are just an alias for -cpu (e.g. ray:latest
is the same as ray:latest-cpu
).
ubuntu/focal
└── base-deps:cpu
└── ray-deps:cpu
└── ray:cpu
└── ray-ml:cpu
nvidia/cuda
└── base-deps:gpu
└── ray-deps:gpu
└── ray:gpu
└── ray-ml:gpu