# EasyBuild v5 at UPPMAX
This document: https://hackmd.io/@UPPMAX/EB5
This document is being edited by Diana I.
## Update the official `.eb` recipes repo before building:
```bash
cd /sw/eb/recipes/easybuild-easyconfigs
git pull
```
## Pelle (zen4)
```bash
salloc -A staff -p gpu -N 1 -n 16 --gres=gpu:l40s:1 -t 07:00:00
module load EasyBuild/5.1.1
eb --show-config
eb --robot --dry-run recipe.eb
# --robot is needed if there are dependencies
# --dry-run will just show what will be installed
```
# Sample jobscript:
`cat /sw/arch/eb/DI-test/jobscript-EB-Pelle-GPU.sh`