aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install_eval_deps.sh
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2023-09-01 18:24:59 +0100
committerGravatar GitHub <[email protected]>2023-09-01 18:24:59 +0100
commit5d9d3b8a0e252d11440384f7140fc544338caca0 (patch)
treecb0df87cd1f9db9fdaca344666ba279c8e2ac06d /scripts/install_eval_deps.sh
parentAdd references to when eval packages will be updated for 3.12 (diff)
parentInclude 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.sh5
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 \;