Skip to content

Commit

Permalink
Fix Serve release test (ray-project#13385)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored Jan 13, 2021
1 parent 1968b2f commit 15501a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/ray/serve/benchmarks/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ worker_nodes:
InstanceType: m5.xlarge
initialization_commands: []
setup_commands:
- apt-get install build-essential libssl-dev git -y
- sudo apt-get install build-essential libssl-dev git -y
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git wrk && cd wrk && make -j && cp wrk /usr/local/bin'
- ray install-nightly
head_setup_commands: []
Expand Down
2 changes: 1 addition & 1 deletion python/ray/serve/benchmarks/single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ head_node:

initialization_commands: []
setup_commands:
- apt-get install build-essential libssl-dev git -y
- sudo apt-get install build-essential libssl-dev git -y
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git wrk && cd wrk && make -j && cp wrk /usr/local/bin'
- ray install-nightly
head_setup_commands: []
Expand Down

0 comments on commit 15501a4

Please sign in to comment.