1
Fork 0

refactor: comment cleanups

This commit is contained in:
Tibo De Peuter 2026-04-04 16:25:16 +00:00 committed by Tibo De Peuter
parent 953e102483
commit 08d54b73b4
3 changed files with 1 additions and 37 deletions

View file

@ -12,18 +12,12 @@
set -euo pipefail
echo "==> Loading vsc-venv module..."
module load vsc-venv
echo "==> Activating virtual environment (created per-cluster in \$VSC_DATA)..."
# vsc-venv transparently creates and manages a per-cluster venv in $VSC_DATA,
# loading the modules listed in env/hpc/modules.txt and pip-installing anything
# in env/hpc/requirements.txt that is not already satisfied.
source vsc-venv --activate \
--modules env/hpc/modules.txt \
--requirements env/hpc/requirements.txt
echo "==> Registering Jupyter kernel..."
python -m ipykernel install --user --name="sel3_${VSC_INSTITUTE_CLUSTER}" \
--display-name "SEL3 (${VSC_INSTITUTE_CLUSTER})"