From eb54f3f780ab2cc0ca19ee815b86fc8a43bd03de Mon Sep 17 00:00:00 2001 From: Pier-Luc St-Onge Date: Tue, 24 Sep 2024 21:11:13 -0400 Subject: [PATCH] Load python/3.11.5 explicitly --- lab101/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab101/config.yaml b/lab101/config.yaml index adb3751..c42f559 100644 --- a/lab101/config.yaml +++ b/lab101/config.yaml @@ -28,7 +28,7 @@ jupyterhub::kernel::venv::pip_environment: PIP_NO_INDEX: 1 PIP_CONFIG_FILE: /cvmfs/soft.computecanada.ca/config/python/pip-avx2-gentoo.conf jupyterhub::kernel::venv::packages: ['numpy', 'matplotlib'] -profile::software_stack::lmod_default_modules: ['StdEnv/2020', 'ir-kernel/4.2', 'ijulia-kernel/1.8'] +profile::software_stack::lmod_default_modules: ['StdEnv/2020', 'python/3.11.5', 'ir-kernel/4.2', 'ijulia-kernel/1.8'] profile::accounts::skel_archives: - filename: main.zip