Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

docker

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