Compare commits

...

3 Commits

Author SHA1 Message Date
Mauro Mugnaini ffa8c4dca8 Name updated 2023-01-24 17:25:57 +01:00
Mauro Mugnaini 6698aa3e57 New echo test method added 2023-01-24 17:14:29 +01:00
Mauro Mugnaini f52e7df5db Added simpleimageclassifier descriptor 2023-01-24 16:39:34 +01:00
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"id":"30f71218-82e8-4d5f-8c98-54ea6e3ae696",
"active":true,
"name":"simpleimageclassifier",
"description":"Runtime to execute simpleimageclassifier from its fully configured Docker iamge already publicly available n Dockerhub",
"keywords":[
"docker",
"dockerhub",
"public",
"imageclassifier",
"classifier"
],
"responsible":{
"name":"Marco Lettere",
"email":"m.lettere@gmail.com"
},
"type":"docker",
"image":"nubisware/simpleimageclassifier:latest"
}

View File

@ -0,0 +1,20 @@
{
"id":"8931a763-c47b-4340-bab5-d87b93f51117",
"active":true,
"name":"nubisware/themaxxtest",
"description":"Runtime for testing on themaxx",
"keywords":[
"docker",
"dockerhub",
"public",
"echo",
"test",
"themaxx"
],
"responsible":{
"name":"Mauro Mugnaini",
"email":"themaxx76@gmail.com"
},
"type":"docker",
"image":"nubisware/themaxxtest:latest"
}