Browse Source

提交代码

tags/v1.22.7.1
ychao_1983 3 years ago
parent
commit
7f41f3d8a7
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      modules/cloudbrain/cloudbrain.go

+ 7
- 1
modules/cloudbrain/cloudbrain.go View File

@@ -256,7 +256,13 @@ func GenerateTask(req GenerateCloudBrainTaskReq) error {
ReadOnly: false,
},
},

{
HostPath: models.StHostPath{
Path: req.ModelPath,
MountPath: ModelMountPath,
ReadOnly: false,
},
},
{
HostPath: models.StHostPath{
Path: req.BenchmarkPath,


Loading…
Cancel
Save