Amog Kamsetty 84e958f330 [ML] Consolidate and upgrade Deep Learning Dependencies (#18574) 3 年之前
..
autoscaler f37e967ada [Docs] READmes for DockerHub (#11350) 4 年之前
base-deps b8e71f641c [Build] Ray Docker image for Python 3.9. (#16571) 3 年之前
development 34a9714dda [docker] Fix docker 'development' build failure (#13289) 3 年之前
examples 05c9dfbbda [RLlib] CV2 to Skimage dependency change (#16841) 3 年之前
ray a57de0e224 support build different python wheel in setup.py (#16998) 3 年之前
ray-deps a57de0e224 support build different python wheel in setup.py (#16998) 3 年之前
ray-ml 84e958f330 [ML] Consolidate and upgrade Deep Learning Dependencies (#18574) 3 年之前
ray-worker-container 497c5f56fa [CI] Temporary disable worker-in-container test (#18606) 3 年之前
README.md 6426fb3fff [CI] Fix-Up Docker Build (Use Python) (#11139) 4 年之前
fix-docker-latest.sh ff68251f89 [release] Add python 3.9 to fix-docker-latest.sh (#18037) 3 年之前

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