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 +]