mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
![]() NVIDIA Docker builds are currently broken, e.g.: https://buildkite.com/ray-project/ray-builders-branch/builds/7239#e9dea1d6-7dea-4323-801c-b7efe917be03 Following this workaround: https://forums.developer.nvidia.com/t/invalid-public-key-for-cuda-apt-repository/212901/11 to hopefully fix this for now. |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md |
About
This image is an extension of the rayproject/ray
image. It includes all extended requirements of RLlib
, Serve
and Tune
. It is a well-provisioned starting point for trying out the Ray ecosystem. Find the Dockerfile here.
Tags
:latest
- The most recent Ray release.:1.x.x
- A specific release build.:nightly
- The most recent nightly build.:SHA
- A specific nightly build.
Suffixes
-cpu
- These are based off of a Ubuntu image.-gpu
- These are based off of anNVIDIA CUDA
image. They require the Nvidia Docker Runtime to be installed on the host for the container to access GPUs.- Tags without a suffix refer to
-gpu
image
Other Images
rayproject/ray
- Ray and all of its dependencies.