ray/docker
Amog Kamsetty f0053d405b
[Docker] Support multiple CUDA Versions (#19505)
* wip

* wip

* update

* finish

* deprecate

* debug

* fix and address comments

* try catch

* fix

* split tests

* force

* merge

* docs

* wip

* fix and check

* update readme

* fix

* fix

* fix sanity checking

* format
2021-10-25 18:57:05 -07:00
..
autoscaler [Docker] Support multiple CUDA Versions (#19505) 2021-10-25 18:57:05 -07:00
base-deps [Docker] Support multiple CUDA Versions (#19505) 2021-10-25 18:57:05 -07:00
development [docker] Fix docker 'development' build failure (#13289) 2021-02-25 14:57:30 -08:00
examples [RLlib] CV2 to Skimage dependency change (#16841) 2021-07-21 22:24:18 -04:00
ray [Docker] Support multiple CUDA Versions (#19505) 2021-10-25 18:57:05 -07:00
ray-deps [Docker] Support multiple CUDA Versions (#19505) 2021-10-25 18:57:05 -07:00
ray-ml [Docker] Support multiple CUDA Versions (#19505) 2021-10-25 18:57:05 -07:00
ray-worker-container [CI] Temporary disable worker-in-container test (#18606) 2021-09-14 22:38:20 -07:00
retag-lambda [Docker] Support multiple CUDA Versions (#19505) 2021-10-25 18:57:05 -07:00
fix-docker-latest.sh [Docker] Support multiple CUDA Versions (#19505) 2021-10-25 18:57:05 -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