ray/docker
2021-04-22 08:23:05 +03:00
..
autoscaler [Docs] READmes for DockerHub (#11350) 2020-10-16 15:46:13 -07:00
base-deps [docker] Build Python3.6 & Python3.8 Docker Images (#13548) 2021-01-28 15:24:50 -08:00
development [docker] Fix docker 'development' build failure (#13289) 2021-02-25 14:57:30 -08:00
examples Fix examples Dockerfile (#10908) 2020-09-19 11:05:30 -07:00
ray [docker] Support non-root container (#11407) 2020-11-12 08:41:50 -08:00
ray-deps [autoscaler] Update azure pip packages in the cluster yaml (#15274) 2021-04-22 08:23:05 +03:00
ray-ml Pin autogluon.core for builds (#14448) 2021-03-02 15:55:03 -08:00
fix-docker-latest.sh [docker] Modify script to allow for arbitrary name changes (#12092) 2020-11-18 14:14:44 -06:00
README.md [CI] Fix-Up Docker Build (Use Python) (#11139) 2020-10-12 14:22:51 -07:00

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