-
Notifications
You must be signed in to change notification settings - Fork 3
/
service.json
33 lines (33 loc) · 905 Bytes
/
service.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
{
"org": "$HZN_ORG_ID",
"label": "$SERVICE_NAME for $ARCH",
"description": "A yolo plugin using CUDA",
"documentation": "https://github.com/TheMosquito/achatina/blob/master/plugins/cuda/Makefile",
"url": "$SERVICE_NAME",
"version": "$SERVICE_VERSION",
"arch": "$ARCH",
"sharable": "singleton",
"requiredServices": [
{
"url": "restcam",
"org": "$HZN_ORG_ID",
"versionRange": "[0.0.0,INFINITY)",
"arch": "$ARCH"
}
],
"userInput": [],
"deployment": {
"services": {
"cuda": {
"image": "$SERVICE_CONTAINER",
"ports": [
{
"HostPort": "5252:80/tcp",
"HostIP": "127.0.0.1"
}
],
"privileged": false
}
}
}
}