mirror of
https://github.com/wassname/ray.git
synced 2026-07-25 13:30:52 +08:00
Fix Docker Permission for Serve release test again (#13543)
This commit is contained in:
@@ -27,7 +27,7 @@ worker_nodes:
|
||||
initialization_commands: []
|
||||
setup_commands:
|
||||
- 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'
|
||||
- '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'
|
||||
- ray install-nightly
|
||||
head_setup_commands: []
|
||||
worker_setup_commands: []
|
||||
|
||||
@@ -22,7 +22,7 @@ head_node:
|
||||
initialization_commands: []
|
||||
setup_commands:
|
||||
- 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'
|
||||
- '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'
|
||||
- ray install-nightly
|
||||
head_setup_commands: []
|
||||
worker_setup_commands: []
|
||||
|
||||
Reference in New Issue
Block a user