diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index a618b45..9b6532d 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -5,9 +5,15 @@ set -euo pipefail ./download.sh "https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz" +export CONDA_OVERRIDE_GLIBC=2.28 + +chmod +x ./pixi ./pixi init || true ./pixi install --all +#git config user.name "GFA AutoDeploy" +#git config user.email "gfa-autodeploy@psi.ch" + #git add .gitattributes .gitignore pixi.lock pixi.toml #git commit -m"automatic commit after install" #git push