阿里天池docker入门比赛100分。 https://tianchi.aliyun.com/competition/entrance/231759/information
|
5 years ago | |
---|---|---|
.dockerignore | 5 years ago | |
.gitignore | 5 years ago | |
Dockerfile | 5 years ago | |
README.md | 5 years ago | |
docker-compose.debug.yml | 5 years ago | |
docker-compose.yml | 5 years ago | |
hello_world.py | 5 years ago | |
num_list.csv | 5 years ago | |
requirements.txt | 5 years ago | |
run.sh | 5 years ago |
阿里云天池 docker 比赛
https://tianchi.aliyun.com/competition/entrance/231759/information
生成入口脚本run.sh,放置于镜像工作目录。运行后生成结果result.json放置于工作目录(与run.sh同目录),评分系统将根据result.json进行打分
{
"Q1":"Hello world",
"Q2":sum值,
"Q3":[top10_list]
}
docker run -it dokcer-competition:latest /bin/bash