ray/docker
Kai Fricke 8a3e92b441
Cherry pick pin gym dependency (#23705)
* [release tests] Pin gym everywhere (#23349)

* [rllib] Pin gym everywhere (#23384)

This PR Pins gym in the app config.yaml's for rllib and tune so that release tests are no longer broken by the new gym version.

* [RLlib] Pin Gym Everywhere and turn off gpu for recsim tests (#23452)

* [ci] Clean up ray-ml requirements (#23325)

In https://github.com/ray-project/ray/blob/ray-1.11.0/docker/ray-ml/Dockerfile, the order of pip install commands currently matters (potentially a lot). It would be good to run one big pip install command to avoid ending up with a broken env.

Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>

* Fix merge conflict

* Also copy requirements_train.txt

Co-authored-by: Avnish Narayan <38871737+avnishn@users.noreply.github.com>
Co-authored-by: ddelange <14880945+ddelange@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
2022-04-08 10:25:39 -07:00
..
autoscaler Revert "Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)" (#19763) 2021-10-26 17:32:56 -07:00
base-deps Upgrade cython to 0.29.26 for py310 (#21244) 2021-12-26 20:26:08 -08:00
development [docker] Fix docker 'development' build failure (#13289) 2021-02-25 14:57:30 -08:00
examples [RLlib] Upgrade gym version to 0.21 and deprecate pendulum-v0. (#19535) 2021-11-03 16:24:00 +01:00
kuberay-autoscaler [Kuberay] Ray Autoscaler integration with Kuberay (MVP) (#21086) 2022-01-19 19:42:17 -08:00
ray [docs] Fix broken links in documentation and add linkcheck to documentation (#20030) 2021-11-04 13:19:43 -07:00
ray-deps Updates to azure autoscaler for authentication and dependency updates (#19603) 2021-12-16 09:23:32 -08:00
ray-ml Cherry pick pin gym dependency (#23705) 2022-04-08 10:25:39 -07:00
ray-worker-container Upgrade cython to 0.29.26 for py310 (#21244) 2021-12-26 20:26:08 -08: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