commons/client/src/data/computeOptions.json

19 lines
306 B
JSON

[
{
"name": "nodejs:10",
"value": {
"entrypoint": "node $ALGO",
"image": "node",
"tag": "10"
}
},
{
"name": "pyhton with pandas",
"value": {
"entrypoint": "python $ALGO",
"image": "oceanprotocol/algo_dockers",
"tag": "python-panda"
}
}
]