Compare commits

...

4 Commits

Author SHA1 Message Date
dcore94 97f4df10bd added runtime for cuda 11.8 2023-02-24 17:44:57 +01:00
dcore94 3439703a4f added runtime for cuda 11.8 2023-02-24 17:44:16 +01:00
dcore94 59e5da5a62 fixed id 2023-02-24 17:25:14 +01:00
dcore94 d4b1db8f26 added android builder 2023-02-09 18:54:35 +01:00
3 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,20 @@
{
"id":"6550c29d-e74c-4f4a-b47c-22120e3dccdc",
"active":true,
"name":"androidbuilder",
"description":"Basic common runtime for building anroid applications based on capacitor/cordova",
"keywords":[
"docker",
"dockerhub",
"public",
"android",
"mobile",
"common"
],
"responsible":{
"name":"Marco Lettere",
"email":"m.lettere@gmail.com"
},
"type":"docker",
"image":"nubisware/mobile:common"
}

View File

@ -0,0 +1,20 @@
{
"id":"592940a6-96f5-4288-b7dd-33ff8b97aa2a",
"active":true,
"name":"cuda-ubuntu22-devel",
"description":"Cuda 11.8 based runtime on ubuntu 22.04 with nvidia development tools",
"keywords":[
"docker",
"dockerhub",
"nvidia",
"cuda",
"cuda11.8",
"jammy"
],
"responsible":{
"name":"Marco Lettere",
"email":"m.lettere@gmail.com"
},
"type":"docker",
"image":"nvidia/cuda:11.8.0-devel-ubuntu22.04"
}

View File

@ -1,5 +1,5 @@
{
"id":"https://code-repo.d4science.org/m.lettere/ccp.runtimes.docker.git",
"id":"79150d8a-2c48-42e8-8a1d-3d38d7f01d2c",
"active":true,
"name":"default",
"description":"Default synthetic runtime for Docker based infrastructures for methods that provide images from a remote repository",