mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -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. |
||
---|---|---|
.. | ||
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