mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[Deps] Bump tensorflow on Docker image and add Codeowners (#20041)
This commit is contained in:
parent
60e9737679
commit
adb8d77b2b
3 changed files with 15 additions and 2 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
@ -52,6 +52,10 @@
|
|||
# RLlib.
|
||||
#/python/ray/rllib/ @ray-project/rllib
|
||||
|
||||
# ML Docker Dependencies
|
||||
/python/requirements/ml/requirements_dl.txt @amogkam @sven1977 @richardliaw @matthewdeng
|
||||
/python/requirements_ml_docker.txt @amogkam @sven1977 @richardliaw @matthewdeng
|
||||
|
||||
# ==== Build and CI ====
|
||||
|
||||
# Bazel.
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# These requirements are used for the CI and CPU-only Docker images so we install CPU only versions of torch.
|
||||
# For GPU Docker images, you should install requirements_ml_docker.txt instead.
|
||||
|
||||
|
||||
# If you make changes to this file, please also change `requirements_ml_docker.txt`!
|
||||
|
||||
|
||||
# TODO(amogkam): Remove after https://github.com/tensorflow/tensorflow/issues/52922 is fixed.
|
||||
keras==2.6.0
|
||||
tensorflow==2.6.0
|
||||
|
|
|
@ -3,9 +3,14 @@ ipython
|
|||
# Needed for Ray Client error message serialization/deserialization.
|
||||
tblib
|
||||
|
||||
# If you make changes to anything below this line, please also change `requirements_dl.txt`!
|
||||
|
||||
# TODO(amogkam): Remove after https://github.com/tensorflow/tensorflow/issues/52922 is fixed.
|
||||
keras==2.6.0
|
||||
# In TF >v2, GPU support is included in the base package.
|
||||
tensorflow==2.5.0
|
||||
tensorflow-probability==0.13.0
|
||||
tensorflow==2.6.0
|
||||
tensorflow-probability==0.14.0
|
||||
|
||||
-f https://download.pytorch.org/whl/torch_stable.html
|
||||
torch==1.9.0+cu111
|
||||
-f https://download.pytorch.org/whl/torch_stable.html
|
||||
|
|
Loading…
Add table
Reference in a new issue