ray/docker
Amog Kamsetty 5d54412f1c
[Docker] Alias ray-ml:nightly to ray-ml:nightly-gpu (#19726)
* 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

* alias

* fix

* comment
2021-10-27 11:30:49 -07:00
..
autoscaler Revert "Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)" (#19763) 2021-10-26 17:32:56 -07:00
base-deps Revert "Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)" (#19763) 2021-10-26 17:32:56 -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 Revert "Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)" (#19763) 2021-10-26 17:32:56 -07:00
ray-deps Revert "Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)" (#19763) 2021-10-26 17:32:56 -07:00
ray-ml [Docker] Alias ray-ml:nightly to ray-ml:nightly-gpu (#19726) 2021-10-27 11:30:49 -07:00
ray-worker-container [CI] Temporary disable worker-in-container test (#18606) 2021-09-14 22:38:20 -07:00
retag-lambda Revert "Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)" (#19763) 2021-10-26 17:32:56 -07:00
fix-docker-latest.sh Revert "Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)" (#19763) 2021-10-26 17:32:56 -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