From 23aced5f9cffff0a45447ca2af30b7c35e11f7f4 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 5 May 2020 08:36:59 +0300 Subject: [PATCH] update compute images --- client/src/data/computeOptions.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/data/computeOptions.json b/client/src/data/computeOptions.json index ebc3f1b..b7ed2f2 100644 --- a/client/src/data/computeOptions.json +++ b/client/src/data/computeOptions.json @@ -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" } } -] \ No newline at end of file +]