mirror of
https://github.com/vale981/ray
synced 2025-03-09 04:46:38 -04:00

For debugging client environments, it is helpful to print the installed pip packages. Additionally, a fix for the environment of the ml_user_tune_rllib_connect_test is added. Additionally, anyscale import errors are reported verbosely to help debug missing packages.
6 lines
123 B
Bash
Executable file
6 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "${0%/*}" || exit 1
|
|
|
|
pip install -U -r ./driver_requirements.txt
|
|
pip install -U typing-extensions anyscale
|