diff options
Diffstat (limited to '')
| -rw-r--r-- | scripts/install_eval_deps.sh | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/scripts/install_eval_deps.sh b/scripts/install_eval_deps.sh new file mode 100644 index 0000000..716d513 --- /dev/null +++ b/scripts/install_eval_deps.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +export PYTHONUSERBASE=/snekbox/user_base +find /lang/python -mindepth 1 -maxdepth 1 -type d -exec \ +    {}/bin/python -m pip install --user -U -r requirements/eval-deps.pip \; | 
