update compute images

This commit is contained in:
alexcos20 2020-05-05 08:36:59 +03:00
parent 3f7e8f9f18
commit 23aced5f9c
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[
{
"name": "nodejs",
"name": "nodejs:10",
"value": {
"entrypoint": "node $ALGO",
"image": "node",
@ -8,11 +8,11 @@
}
},
{
"name": "pyhton3.6",
"name": "pyhton with pandas",
"value": {
"entrypoint": "python3.6 $ALGO",
"image": "python",
"tag": "3.6"
"entrypoint": "python $ALGO",
"image": "oceanprotocol/algo_dockers",
"tag": "python-panda"
}
}
]
]