ray/release/ml_user_tests/tune_rllib/driver_setup.sh
Kai Fricke ac036e4fe8
[ci/release] Print local environment information (#24346)
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.
2022-04-29 21:01:50 +01:00

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