diff --git a/CDSI_intro_hpc/config.yaml b/CDSI_intro_hpc/config.yaml index 559d8e1..1c47dc7 100644 --- a/CDSI_intro_hpc/config.yaml +++ b/CDSI_intro_hpc/config.yaml @@ -1,5 +1,5 @@ jupyterhub::jupyterhub_config_hash: - SbatchForm: + SbatchForm: account: def: 'def-sponsor00' runtime: @@ -38,4 +38,3 @@ profile::users::ldap::users: count: 4 passwd: "%{alias('passwd_helper')}" groups: ['def-sponsor00', 'helper'] - diff --git a/CDSI_intro_hpc/custom.tf b/CDSI_intro_hpc/custom.tf index 54bc84c..a894b91 100644 --- a/CDSI_intro_hpc/custom.tf +++ b/CDSI_intro_hpc/custom.tf @@ -5,3 +5,4 @@ locals { ncpu = 2 nnode_compute = 2 } +}