|
|
|
@@ -194,7 +194,7 @@ func GenerateNotebookJob(ctx *context.Context, req *GenerateNotebookJobReq) (job |
|
|
|
Bucket: setting.Attachment.Minio.Bucket, |
|
|
|
EndPoint: setting.Attachment.Minio.Endpoint, |
|
|
|
ReadOnly: false, |
|
|
|
ObjectKey: req.ModelPath + "README", |
|
|
|
ObjectKey: req.ModelPath, |
|
|
|
ContainerPath: cloudbrain.ModelMountPath, |
|
|
|
}) |
|
|
|
|
|
|
|
|