diff options
author | 2023-09-01 18:24:59 +0100 | |
---|---|---|
committer | 2023-09-01 18:24:59 +0100 | |
commit | 5d9d3b8a0e252d11440384f7140fc544338caca0 (patch) | |
tree | cb0df87cd1f9db9fdaca344666ba279c8e2ac06d /scripts/install_eval_deps.sh | |
parent | Add references to when eval packages will be updated for 3.12 (diff) | |
parent | Include install eval deps in final image (#191) (diff) |
Merge branch 'main' into update-eval-deps
Diffstat (limited to 'scripts/install_eval_deps.sh')
-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 \; |