File tree 1 file changed +61
-0
lines changed
1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "key" : " forgeglobus" ,
3
+ "label" : " Forge with Globus" ,
4
+ "description" : " Materials Data Facility Forge" ,
5
+ "logo" : " https://s3.amazonaws.com/ndslabs/ForgeIcon.png" ,
6
+ "image" : {
7
+ "registry" : " " ,
8
+ "name" : " ndslabs/forge-notebook" ,
9
+ "tags" : [
10
+ " globus"
11
+ ]
12
+ },
13
+ "display" : " stack" ,
14
+ "access" : " external" ,
15
+ "config" : [
16
+ {
17
+ "name" : " PASSWORD" ,
18
+ "label" : " Password" ,
19
+ "isPassword" : true
20
+ }
21
+ ],
22
+ "ports" : [
23
+ {
24
+ "port" : 8888 ,
25
+ "protocol" : " http" ,
26
+ "contextPath" : " /"
27
+ }
28
+ ],
29
+ "repositories" : [
30
+ {
31
+ "url" : " https://github.com/jupyter/notebook" ,
32
+ "type" : " git"
33
+ }
34
+ ],
35
+ "readinessProbe" : {
36
+ "type" : " http" ,
37
+ "path" : " /static/base/images/favicon.ico" ,
38
+ "port" : 8888 ,
39
+ "initialDelay" : 5 ,
40
+ "timeout" : 600
41
+ },
42
+ "volumeMounts" : [
43
+ {
44
+ "mountPath" : " /home/jovyan/work"
45
+ }
46
+ ],
47
+ "resourceLimits" : {
48
+ "cpuMax" : 500 ,
49
+ "cpuDefault" : 100 ,
50
+ "memMax" : 1000 ,
51
+ "memDefault" : 50
52
+ },
53
+ "developerEnvironment" : " cloud9nodejs" ,
54
+ "tags" : [
55
+ " 7" ,
56
+ " 21" ,
57
+ " 20" ,
58
+ " 28"
59
+ ],
60
+ "info" : " https://nationaldataservice.atlassian.net/wiki/display/NDSC/Jupyter+Notebooks"
61
+ }
You can’t perform that action at this time.
0 commit comments