mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 05:45:24 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user