ray-project--ray
6 行
81 B
Bash
可执行文件
6 行
81 B
Bash
可执行文件
#!/bin/bash
|
|
|
|
cd "${0%/*}" || exit 1
|
|
|
|
pip install -U -r ./driver_requirements.txt
|