mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

Most recent tests: https://buildkite.com/ray-project/release-tests-branch/builds/156 https://buildkite.com/ray-project/release-tests-branch/builds/158
5 lines
No EOL
80 B
Bash
Executable file
5 lines
No EOL
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "${0%/*}" || exit 1
|
|
|
|
pip install -U -r ./driver_requirements.txt |