ray/docker
2020-11-12 08:41:50 -08:00
..
autoscaler [Docs] READmes for DockerHub (#11350) 2020-10-16 15:46:13 -07:00
base-deps [docker] Support non-root container (#11407) 2020-11-12 08:41:50 -08:00
development [docker] Mirror Functionality of CI scripts & Fix docs (#10349) 2020-08-31 10:57:17 -07: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 [docker] Support non-root container (#11407) 2020-11-12 08:41:50 -08:00
ray-ml [docker] Support non-root container (#11407) 2020-11-12 08:41:50 -08:00
fix-docker-latest.sh [docker] Script for quickly fixing all Latest images (#11351) 2020-10-13 09:36:40 -07: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