Browse Source

提交代码

tags/v1.22.12.1^2
ychao_1983 3 years ago
parent
commit
fe68cda80c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/grampus.go

+ 1
- 0
routers/repo/grampus.go View File

@@ -252,6 +252,7 @@ func GrampusNotebookCreate(ctx *context.Context, form auth.CreateGrampusNotebook
DatasetInfos: datasetInfos,
Spec: spec,
CodeStoragePath: codeStoragePath,
CodeName: strings.ToLower(repo.Name),
}

_, err = grampus.GenerateNotebookJob(ctx, req)


Loading…
Cancel
Save