Lonnie Liu 46a97b8057 [image] remove ray-deps image (#47959) 1 周之前
..
autoscaler b2d41fc427 [Doc] update docker readme files to include Python versions (#25099) 2 年之前
base-deps 6bcce32dcb [Core] Fix aws_cluster_launcher_full (#47512) 1 月之前
ray 6bcce32dcb [Core] Fix aws_cluster_launcher_full (#47512) 1 月之前
ray-ml 6bcce32dcb [Core] Fix aws_cluster_launcher_full (#47512) 1 月之前
retag-lambda 6bcce32dcb [Core] Fix aws_cluster_launcher_full (#47512) 1 月之前
README.md 7ada4ad3a8 [image] fix manual docker image building script (#46490) 3 月之前
fix-docker-latest.sh 8b3f6f53cc [docker/ci] Build ray-ml docker image for python 3.9 and 3.10 (#28123) 2 年之前

README.md

Overview of how the ray images are built:

Images without a "-cpu" or "-gpu" tag are built on ubuntu:22.04. They are just an alias for -cpu (e.g. ray:latest is the same as ray:latest-cpu).

ubuntu:22.04
└── base-deps:cpu
    └── ray:cpu

nvidia/cuda
└── base-deps:gpu
    └── ray:gpu