mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
[Release] change default expiration to 2 days in order to prevent custodian kill it early morning (#17215)
Co-authored-by: Jiao Dong <jiaodong@anyscale.com>
This commit is contained in:
parent
877076160e
commit
f4f702c595
4 changed files with 4 additions and 4 deletions
|
@ -9,9 +9,9 @@ python:
|
|||
conda_packages: []
|
||||
|
||||
post_build_cmds:
|
||||
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git /tmp/wrk && cd /tmp/wrk && make -j && sudo cp wrk /usr/local/bin'
|
||||
- pip uninstall -y numpy ray || true
|
||||
- sudo rm -rf /home/ray/anaconda3/lib/python3.7/site-packages/numpy
|
||||
- pip3 install numpy || true
|
||||
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
|
||||
- pip3 install -U ray[all] gym[atari]
|
||||
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git /tmp/wrk && cd /tmp/wrk && make -j && sudo cp wrk /usr/local/bin'
|
||||
|
|
|
@ -21,4 +21,4 @@ aws:
|
|||
- Key: anyscale-user
|
||||
Value: '{{env["ANYSCALE_USER"]}}'
|
||||
- Key: anyscale-expiration
|
||||
Value: '{{env["EXPIRATION_1D"]}}'
|
||||
Value: '{{env["EXPIRATION_2D"]}}'
|
||||
|
|
|
@ -21,4 +21,4 @@ aws:
|
|||
- Key: anyscale-user
|
||||
Value: '{{env["ANYSCALE_USER"]}}'
|
||||
- Key: anyscale-expiration
|
||||
Value: '{{env["EXPIRATION_1D"]}}'
|
||||
Value: '{{env["EXPIRATION_2D"]}}'
|
||||
|
|
|
@ -21,4 +21,4 @@ aws:
|
|||
- Key: anyscale-user
|
||||
Value: '{{env["ANYSCALE_USER"]}}'
|
||||
- Key: anyscale-expiration
|
||||
Value: '{{env["EXPIRATION_1D"]}}'
|
||||
Value: '{{env["EXPIRATION_2D"]}}'
|
||||
|
|
Loading…
Add table
Reference in a new issue