Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pengluan committed Jul 27, 2022
2 parents abee8ef + 340a9f9 commit c6d6f65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion job-template/job/volcano/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# volcanojob 模板
镜像:ccr.ccs.tencentyun.com/cube-studio/volcano:20211001

挂载:kubernetes-config(configmap):/root/.kube

环境变量:
```bash
NO_RESOURCE_CHECK=true
TASK_RESOURCE_CPU=2
TASK_RESOURCE_MEMORY=4G
TASK_RESOURCE_GPU=0
```

账号:kubeflow-pipeline

启动参数:
```bash
{
Expand Down Expand Up @@ -123,4 +127,4 @@ if __name__ == '__main__':
# # 所有worker全部结束,worker0开始聚合操作
# print('begin reduce')
# break
```
```

0 comments on commit c6d6f65

Please sign in to comment.