This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
64 lines (64 loc) · 2.12 KB
/
metadata.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"title": "AI4OS Development Environment",
"summary": "This is a Docker image for developing new modules",
"description": [
"This is a Docker image for developing new modules. It comes preinstalled with DEEPaaS, JupyterLab or VSCode, Tensorflow or PyTorch, and a number of other tools (see [here](http://github.com/deephdc/DEEP-OC-generic-dev))",
"As you have access to the terminal of JupyterLab or VSCode, you can develop and debug your application, add your preferred tools."
],
"keywords": [
"development",
"tensorflow",
"pytorch",
"jupyterlab",
"vscode",
"api-v2"
],
"license": "MIT",
"date_creation": "2019-03-01",
"sources": {
"dockerfile_repo": "https://github.com/deephdc/DEEP-OC-generic-dev",
"docker_registry_repo": "deephdc/deep-oc-generic-dev",
"code": "http://github.com/deephdc/DEEP-OC-generic-dev"
},
"continuous_integration": {
"build_status_badge": "https://jenkins.indigo-datacloud.eu/buildStatus/icon?job=Pipeline-as-code/DEEP-OC-org/DEEP-OC-generic-dev/master",
"build_status_url": "https://jenkins.indigo-datacloud.eu/job/Pipeline-as-code/job/DEEP-OC-org/job/DEEP-OC-generic-dev/job/master"
},
"docker_tags": [
"latest",
"tf2.11.0-cpu",
"tf2.11.0-gpu",
"tf2.10.0-cpu",
"tf2.10.0-gpu",
"tf2.9.3-cpu",
"tf2.9.3-gpu",
"tf2.0.0-cpu",
"tf2.0.0-gpu",
"tf1.15.0-cpu",
"tf1.15.0-gpu",
"tf1.14.0-cpu",
"tf1.14.0-gpu",
"tf1.12.0-cpu-py36",
"tf1.12.0-gpu-py36",
"pytorch1.13",
"pytorch1.12",
"pytorch1.11",
"pytorch1.4",
"pytorch1.2",
"u20.04",
"u18.04"
],
"tosca": [
{
"title": "Marathon",
"url": "https://raw.githubusercontent.com/indigo-dc/tosca-templates/master/deep-oc/deep-oc-marathon-webdav.yml",
"inputs": [
"rclone_conf",
"rclone_url",
"rclone_vendor",
"rclone_user",
"rclone_pass"
]
}
]
}