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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user