@@ -1,5 +1,5 @@ | |||
{ | |||
"docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/r-base:4.0.2", | |||
"disk_size": "100", | |||
"cluster_config": "OnDemand bcs.ps.g.large img-ubuntu-vpc" | |||
"docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/python:3.8", | |||
"disk_size": "200", | |||
"cluster_config": "OnDemand bcs.a2.large img-ubuntu-vpc" | |||
} |
@@ -11,6 +11,7 @@ task MD5 { | |||
for i in ${sep=" " INPUT} | |||
do | |||
echo $i | |||
md5sum $i > $i.md5 | |||
done | |||