Akash Patel 8b3f6f53cc [docker/ci] Build ray-ml docker image for python 3.9 and 3.10 (#28123) 2 年之前
..
autoscaler b2d41fc427 [Doc] update docker readme files to include Python versions (#25099) 2 年之前
base-deps 513881584d [Core] install jemalloc in Ray docker and use jemalloc in `benchmark` release tests (#26112) 2 年之前
development ba3d40d072 [ci/docker] Finish removing any lingering references to an old dead bucket we haven't used in a year (#29729) 2 年之前
examples 026bf01071 [RLlib] Upgrade gym version to 0.21 and deprecate pendulum-v0. (#19535) 3 年之前
ray b2d41fc427 [Doc] update docker readme files to include Python versions (#25099) 2 年之前
ray-deps 45d2bdbf33 [docker] Fix requirements files and installation in docker images (#29375) 2 年之前
ray-ml 45d2bdbf33 [docker] Fix requirements files and installation in docker images (#29375) 2 年之前
ray-worker-container 8eb99428ce remove unmaintained blist (#23957) 2 年之前
retag-lambda 96d579a4fe Add support for Python 3.10 (#21221) 2 年之前
README.md 6426fb3fff [CI] Fix-Up Docker Build (Use Python) (#11139) 4 年之前
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/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