Skip to content

Commit

Permalink
update cgpu101 to 2023 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Nov 26, 2024
1 parent 45f77f9 commit e296e5f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions cgpu101/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,12 @@ jupyterhub::jupyterhub_config_hash:
disable_form: true
start_timeout: 900

jupyterhub::kernel::venv::python: /cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Core/python/3.10.2/bin/python3
jupyterhub::kernel::venv::prefix: /opt/ipython-kernel-3.10
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: ['cupy', 'jax==0.4.2', 'torchvision', 'matplotlib']
jupyterhub::kernel::venv::packages: ['cupy==12.2.0', 'jax==0.4.34', 'torchvision==0.20.1', 'matplotlib==3.9.2']

profile::freeipa::mokey::enable_user_signup: false
profile::freeipa::mokey::require_verify_admin: false

profile::software_stack::lmod_default_modules: ['StdEnv/2020', 'gcc', 'cuda/11.4']
profile::software_stack::lmod_default_modules: ['StdEnv/2023', 'gcc', 'cuda/12.2']

profile::accounts::skel_archives:
- filename: cache.zip
Expand Down

0 comments on commit e296e5f

Please sign in to comment.