fix(hpc): modules
This commit is contained in:
parent
a512682edd
commit
2d08023abb
4 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue