1
Fork 0

fix(hpc): package versions mismatches

This commit is contained in:
Tibo De Peuter 2026-04-04 21:30:41 +02:00
parent f8e0ca277c
commit 912574339e
4 changed files with 50 additions and 1 deletions

View file

@ -21,6 +21,9 @@ source vsc-venv --activate \
--modules env/hpc/modules.txt \
--requirements env/hpc/requirements.txt
# Force upgrade shared system dependencies to ensure venv precedence
pip install --upgrade --no-deps numpy protobuf
echo 'Installing ipykernel...'
python -m ipykernel install --user --name="sel3_${VSC_INSTITUTE_CLUSTER}" \
--display-name "SEL3 (${VSC_INSTITUTE_CLUSTER})"