diff --git a/modules/modelarts/modelarts.go b/modules/modelarts/modelarts.go index fed6f8013..b5671feff 100755 --- a/modules/modelarts/modelarts.go +++ b/modules/modelarts/modelarts.go @@ -307,6 +307,7 @@ func GenerateNotebook2(ctx *context.Context, jobName, uuid, description, flavor, Uuid: uuid, ComputeResource: models.NPUResource, Image: imageName, + Description: description, }) if err != nil { diff --git a/templates/repo/modelarts/notebook/show.tmpl b/templates/repo/modelarts/notebook/show.tmpl index b8411abba..787b20a99 100755 --- a/templates/repo/modelarts/notebook/show.tmpl +++ b/templates/repo/modelarts/notebook/show.tmpl @@ -35,6 +35,10 @@