This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request 'update octopushttp createjob' (
#509
) from tzwang/pcm-coordinator:master into master
pull/520/head
tzwang
5 months ago
parent
0c8467e66d
3f35a27a6c
commit
5c53626ef7
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
internal/storeLink/octopusHttp/octopusHttp.go
+ 2
- 2
internal/storeLink/octopusHttp/octopusHttp.go
View File
@@ -177,8 +177,8 @@ func (o *OctopusHttp) SubmitTask(ctx context.Context, imageId string, cmd string
MinFailedTaskCount: 1,
MinSucceededTaskCount: 1,
TaskNumber: 1,
Parameters: prms,
Envs:
envMap,
//
Parameters: prms,
Envs: envMap,
},
},
}
Write
Preview
Loading…
Cancel
Save