mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Release] Fix Serve release test (#13303)
The Docker image we were using now uses `ray` users so we have to call sudo.
This commit is contained in:
parent
321bbe1ffb
commit
16e8c4a69f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ wheel="https://s3-us-west-2.amazonaws.com/ray-wheels/$ray_branch/$commit/ray-$ra
|
|||
|
||||
# Serve load testing tool
|
||||
cur_dir=$(pwd)
|
||||
cd /tmp && rm -rf wrk && git clone https://github.com/wg/wrk.git wrk && cd wrk && make -j && cp wrk /usr/local/bin
|
||||
cd /tmp && rm -rf wrk && git clone https://github.com/wg/wrk.git wrk && cd wrk && make -j && sudo cp wrk /usr/local/bin
|
||||
cd "$cur_dir" || exit
|
||||
|
||||
pip install --upgrade pip
|
||||
|
|
Loading…
Add table
Reference in a new issue