|
|
@@ -99,7 +99,7 @@ func createTrainJob(modelConvert *models.AiModelConvert, ctx *context.Context, m |
|
|
|
uploadCodeToMinio(codePath+"/", modelConvert.ID, CodeMountPath+"/") |
|
|
|
log.Info("minio code path=" + setting.CBCodePathPrefix + modelConvert.ID) |
|
|
|
|
|
|
|
minioCodePath := setting.Attachment.Minio.RealPath + setting.Attachment.Minio.Bucket + "/" + setting.CBCodePathPrefix + modelConvert.ID |
|
|
|
minioCodePath := setting.Attachment.Minio.RealPath + setting.Attachment.Minio.Bucket + "/" + setting.CBCodePathPrefix + modelConvert.ID + "/code" |
|
|
|
log.Info("Volume codePath=" + minioCodePath) |
|
|
|
|
|
|
|
modelPath := setting.JobPath + modelConvert.ID + ModelMountPath + "/" |
|
|
|