Skip to content

Commit

Permalink
Load python/3.11.5 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
plstonge authored Sep 25, 2024
1 parent 8fdd7a4 commit eb54f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab101/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb54f3f

Please sign in to comment.