1
Fork 0

fix(hpc): modules

This commit is contained in:
Tibo De Peuter 2026-04-04 20:38:30 +02:00
parent a512682edd
commit 2d08023abb
4 changed files with 9 additions and 4 deletions

View file

@ -55,7 +55,11 @@ export UV_CACHE_DIR="$VSC_SCRATCH/.cache/uv"
# Change to the project directory and activate environment
cd "$PBS_O_WORKDIR"
module load vsc-venv
source vsc-venv --activate --modules env/hpc/modules.txt
set +u
source vsc-venv --activate \
--modules env/hpc/modules.txt \
--requirements env/hpc/requirements.txt
set -u
# Set headless rendering backend
export MUJOCO_GL=egl