Skip to content

Commit b7fb2f9

Browse files
committed
Merge branch '2026-1' of github.com:calculquebec/mc-infra-cours into 2026-1
2 parents add8673 + 5acc36c commit b7fb2f9

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

dmli/common.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common/common.tf

dmli/config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
jupyterhub::jupyterhub_config_hash:
2+
SbatchForm:
3+
memory:
4+
min: 1024
5+
max: 4096
6+
def: 2048
7+
8+
jupyterhub::kernel::venv::packages: ['tensorflow', 'torch', 'simpleITK', 'monai', 'tensorboard', 'tqdm', 'nibabel', 'numpy', 'matplotlib', 'jupyterlab']

dmli/main.tf

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
locals {
2+
custom = {
3+
nnodes = {
4+
gpupool = 1
5+
}
6+
home_size = 325
7+
project_size = 200
8+
scratch_size = 500
9+
10+
user_quotas = {
11+
home = "5g"
12+
project = "3g"
13+
scratch = "7g"
14+
}
15+
mig = {
16+
gpupool = { "1g.5gb" = 7 }
17+
}
18+
19+
}
20+
name = "dmli"
21+
}

ift3710/config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
jupyterhub::jupyterhub_config_hash:
2+
SbatchForm:
3+
memory:
4+
min: 1024
5+
max: 4096
6+
def: 2048
7+
18
jupyterhub::kernel::venv::packages: ['torch']

0 commit comments

Comments
 (0)