-
Notifications
You must be signed in to change notification settings - Fork 0
/
voila.json
35 lines (35 loc) · 1021 Bytes
/
voila.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"VoilaConfiguration": {
"template": "osscar",
"preheat_kernel": true,
"enable_nbextensions": true
},
"VoilaExecutePreprocessor": {
"timeout": 180
},
"MappingKernelManager": {
"cull_idle_timeout": 1200,
"cull_interval": 100
},
"VoilaKernelManager": {
"kernel_pools_config": {
"diffusion_2d.ipynb": {
"pool_size": 3,
"kernel_env_variables": {
"VOILA_APP_IP":"osscar-diffusion-experiment.materialscloud.io",
"VOILA_APP_PORT":"443",
"VOILA_WS_PROTOCOL": "wss"
}
},
"test.ipynb": {
"pool_size": 3,
"kernel_env_variables": {
"VOILA_APP_IP":"osscar-diffusion-experiment.materialscloud.io",
"VOILA_APP_PORT":"443",
"VOILA_WS_PROTOCOL": "wss"
}
}
},
"fill_delay": 0
}
}