mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
update compute images
This commit is contained in:
parent
3f7e8f9f18
commit
23aced5f9c
@ -1,6 +1,6 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "nodejs",
|
"name": "nodejs:10",
|
||||||
"value": {
|
"value": {
|
||||||
"entrypoint": "node $ALGO",
|
"entrypoint": "node $ALGO",
|
||||||
"image": "node",
|
"image": "node",
|
||||||
@ -8,11 +8,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pyhton3.6",
|
"name": "pyhton with pandas",
|
||||||
"value": {
|
"value": {
|
||||||
"entrypoint": "python3.6 $ALGO",
|
"entrypoint": "python $ALGO",
|
||||||
"image": "python",
|
"image": "oceanprotocol/algo_dockers",
|
||||||
"tag": "3.6"
|
"tag": "python-panda"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user