Browse Source

Merge branch 'gpu-inference' of https://git.openi.org.cn/OpenI/aiforge into gpu-inference

pull/2458/head
zhoupzh 3 years ago
parent
commit
6eebf02436
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/cloudbrain/cloudbrain.go

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

@@ -287,7 +287,7 @@ func GenerateTask(req GenerateCloudBrainTaskReq) error {
HostPath: models.StHostPath{ HostPath: models.StHostPath{
Path: req.ResultPath, Path: req.ResultPath,
MountPath: ResultPath, MountPath: ResultPath,
ReadOnly: true,
ReadOnly: false,
}, },
}, },
} }


Loading…
Cancel
Save