ray/docker
Amog Kamsetty 43f70faa25
[Tune] Pin Tune Dependencies (#13027)
Co-authored-by: Ian <ian.rodney@gmail.com>
2021-01-07 14:03:06 -08:00
..
autoscaler [Docs] READmes for DockerHub (#11350) 2020-10-16 15:46:13 -07:00
base-deps [docker] Use cuDNN7, not 8 (#12375) 2020-11-25 12:06:53 -08:00
development [Docker][minor] Update path in base-deps Dockerfile (#12391) 2020-11-25 10:30:10 -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 [docker] Support non-root container (#11407) 2020-11-12 08:41:50 -08:00
ray-ml [Tune] Pin Tune Dependencies (#13027) 2021-01-07 14:03:06 -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