Commit graph

163 commits

Author SHA1 Message Date
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
Amog Kamsetty
db863aafc0
Revert "Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)" (#19763)
This reverts commit e58fcca404.
2021-10-26 17:32:56 -07:00
Amog Kamsetty
e58fcca404
Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)
This reverts commit f0053d405b.
2021-10-26 12:55:20 -07:00
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
Ian Rodney
02090afc26
[Docker] Re-Tag Docker Images with a lambda (#19081)
* lil lambda

* Better Credential Handling

* use a script for this :)

* better timeout and link & echo messages
2021-10-19 14:06:31 -07:00
Amog Kamsetty
84e958f330
[ML] Consolidate and upgrade Deep Learning Dependencies (#18574)
* wip
'

* upgrade requirements

* add file

* fix

* fixes

* Apply suggestions from code review

Try mlagents==0.21.0 for now (works with torch 1.9).

* Apply suggestions from code review

* wip

* wip

* fix

* fix

* upgrade lightning bolts

* address comment

Co-authored-by: Sven Mika <sven@anyscale.io>
2021-09-16 20:16:40 -07:00
Sven Mika
8a00154038
[RLlib] Bump tf version in ML docker to tf==2.5.0; add tfp to ML-docker. (#18544) 2021-09-15 08:46:37 +02:00
Simon Mo
497c5f56fa
[CI] Temporary disable worker-in-container test (#18606)
* revert again

* disable tmp
2021-09-14 22:38:20 -07:00
Kai Fricke
fb38d06cfb
Move RLLib GPU release test dependencies to ml docker (#18208) 2021-09-03 09:35:18 +01:00
Kai Fricke
ff68251f89
[release] Add python 3.9 to fix-docker-latest.sh (#18037) 2021-08-24 10:07:03 +02:00
mwtian
b8e71f641c
[Build] Ray Docker image for Python 3.9. (#16571) 2021-07-22 13:38:57 -07:00
Vince Jankovics
05c9dfbbda
[RLlib] CV2 to Skimage dependency change (#16841) 2021-07-21 22:24:18 -04:00
chenk008
afd59be8ca
[Core] Add worker resource limit (#17179)
* add resource restricted

* fix test

* lint

* lint
2021-07-21 22:00:34 +08:00
SongGuyang
a57de0e224
support build different python wheel in setup.py (#16998) 2021-07-16 13:01:48 +08:00
Scott Graham
3334357c58
[autoscaler] [azure] Fix Azure Autoscaling Failures (#16640)
Co-authored-by: Scott Graham <scgraham@microsoft.com>
2021-07-10 11:55:00 -07:00
chenk008
06c7db7dca
[Core] Rename container option and ray-nest-container (#16771)
* rename container_option to container

* rename ray-nest-container to ray-worker-container

* lint

Co-authored-by: wuhua.ck <wuhua.ck@alibaba-inc.com>
2021-07-01 13:12:26 +08:00
chenk008
c318293d9f
[Core] start worker in container (#16671) 2021-06-29 10:12:47 -07:00
Travis Addair
7802ff66d4
[docker] Updated GPU Dockerfiles to CUDA 11.2 (#16269) 2021-06-07 16:15:19 -07:00
Travis Addair
050a076de9
[k8s] Refactored k8s operator to use kopf for controller logic (#15787)
Co-authored-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
2021-06-01 12:00:55 -07:00
Ian Rodney
ca43e61949
[docker] Make Docker Build More Human Friendly (#15543) 2021-05-05 11:22:17 -07:00
Ian Rodney
7bf9ea05e2
[Docker][GPU] Keep CUDA Tooling (#15572) 2021-04-29 13:45:55 -07:00
Travis Addair
0f921cdead
Changed base GPU image to devel to compile Horovod CUDA kernels (#15559) 2021-04-28 17:20:58 -07:00
Amog Kamsetty
544dff80fa
[Docker] Fix torch GPU install on Ray Docker images (#15473)
Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
2021-04-26 16:22:25 -07:00
Ameer Haj Ali
978199ceba
[autoscaler] Update azure pip packages in the cluster yaml (#15274) 2021-04-22 08:23:05 +03:00
Richard Liaw
d92c00e233
Pin autogluon.core for builds (#14448) 2021-03-02 15:55:03 -08:00
Richard Liaw
1e25747818
Fix docker builds by marking resolver (#14445)
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2021-03-02 09:36:40 -08:00
Xianyang Liu
34a9714dda
[docker] Fix docker 'development' build failure (#13289) 2021-02-25 14:57:30 -08:00
Amog Kamsetty
a430ac2334
[Tune] Revert Pinning Tune Dependencies (#14059)
* remove lockfiles

* docker

* remove constraint file

* fix
2021-02-11 15:43:09 -08:00
Ian Rodney
813a7ab0e2
[docker] Build Python3.6 & Python3.8 Docker Images (#13548) 2021-01-28 15:24:50 -08:00
Ian Rodney
c5209e2dab
[Docker] default to /home/ray (#13738) 2021-01-27 13:46:07 -08:00
Ian Rodney
b4bcb9b60a
[Docker] Use Cuda 11 (#13691) 2021-01-27 13:45:30 -08:00
Amog Kamsetty
3f42e6bafe
[Tune] Pin Transitive Dependencies (#13358) 2021-01-13 19:10:21 -08:00
Amog Kamsetty
43f70faa25
[Tune] Pin Tune Dependencies (#13027)
Co-authored-by: Ian <ian.rodney@gmail.com>
2021-01-07 14:03:06 -08:00
Ian Rodney
cf30630d2e
[docker] Use legacy resolver (#12741) 2020-12-10 01:12:46 -08:00
Ian Rodney
a9da4f3201
[docker] Make Ray-ml more compatible (#12574) 2020-12-09 16:03:39 -08:00
Ian Rodney
f5fe3794c8
[Docker] Uninstall Typing (#12500) 2020-11-30 14:12:57 -08:00
Ian Rodney
ca6c2b2442
[docker] Use cuDNN7, not 8 (#12375) 2020-11-25 12:06:53 -08:00
Gekho457
2b293832e7
[Docker][minor] Update path in base-deps Dockerfile (#12391)
* Update path in base-deps Dockerfile

* development Dockerfile
2020-11-25 10:30:10 -08:00
Ian Rodney
8f2b447ba4
[docker pipeline] Base-Deps, Dataclasses & Releases (#12119) 2020-11-18 14:34:04 -06:00
Ian Rodney
b343db9ad5
[docker] Modify script to allow for arbitrary name changes (#12092) 2020-11-18 14:14:44 -06:00
Lee moon soo
9920933e31
[docker] Support non-root container (#11407) 2020-11-12 08:41:50 -08:00
Eric Liang
9b8218aabd
[docs] Move all /latest links to /master (#11897)
* use master link

* remae

* revert non-ray

* more

* mre
2020-11-10 10:53:28 -08:00
Ian Rodney
87e971bff0
[docker] Include python k8s package in ray-deps (#11703) 2020-10-29 10:57:23 -07:00
Ian Rodney
7a0184e081
[docker] Push to DockerHub in CI (#11442) 2020-10-23 12:02:15 -07:00
Ian Rodney
f37e967ada
[Docs] READmes for DockerHub (#11350) 2020-10-16 15:46:13 -07:00
Ian Rodney
84617f6ff6
[docker] Script for quickly fixing all Latest images (#11351) 2020-10-13 09:36:40 -07:00
Ian Rodney
6426fb3fff
[CI] Fix-Up Docker Build (Use Python) (#11139) 2020-10-12 14:22:51 -07:00
Rohit Rawat
c1f8d22a50
Fix examples Dockerfile (#10908)
Co-authored-by: Rohit Rawat <rohit.rawat@hpe.com>
2020-09-19 11:05:30 -07:00
Lee moon soo
65065cc19d
[docker] Make python version configurable on docker image (#10783) 2020-09-15 16:07:29 -07:00
Ian Rodney
dee2ab55eb
[docker] Use sh syntax and pull ray-deps (#10517) 2020-09-03 09:30:03 -07:00