Skip to content

Commit

Permalink
use python from cvmfs for virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Sep 23, 2024
1 parent 1aebfdc commit e31173f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ciq101/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,19 @@ jupyterhub::jupyterhub_config_hash:
SlurmFormSpawner:
disable_form: true

jupyterhub::node::prefix: /cvmfs/soft.computecanada.ca/custom/python/envs/jupyterhub_node/v4.3.12
jupyterhub::python3::version: 3.11.5
jupyterhub::python3::bin: /cvmfs/soft.computecanada.ca/easybuild/software/2023/x86-64-v3/compiler/gcccore/python/3.11.5/bin/python3

Check warning on line 27 in ciq101/config.yaml

View workflow job for this annotation

GitHub Actions / lint

27:121 [line-length] line too long (131 > 120 characters)
jupyterhub::python3::path: /cvmfs/soft.computecanada.ca/easybuild/software/2023/x86-64-v3/compiler/gcccore/python/3.11.5/bin

Check warning on line 28 in ciq101/config.yaml

View workflow job for this annotation

GitHub Actions / lint

28:121 [line-length] line too long (124 > 120 characters)
jupyterhub::kernel::setup: venv
lookup_options:
jupyterhub::kernel::venv::pip_environment:
merge: deep
jupyterhub::kernel::venv::pip_environment:
PIP_NO_INDEX: 1
PIP_CONFIG_FILE: /cvmfs/soft.computecanada.ca/config/python/pip-x86-64-v3-gentoo2023.conf
jupyterhub::kernel::setup: module
jupyterhub::node::prefix: /cvmfs/soft.computecanada.ca/custom/python/envs/jupyterhub_node/v4.3.12
jupyterhub::kernel::venv::packages: ['pennylane==0.37.0']

profile::software_stack::lmod_default_modules: ['StdEnv/2023', 'python/3.11']

profile::accounts::skel_archives:
Expand Down

0 comments on commit e31173f

Please sign in to comment.