From 8c187bcbc9225e07b1ad5d0545b965619f3ad409 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 6 Jun 2022 17:48:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=82=E8=BD=BD=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=9C=B0=E5=9D=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/ai_model_convert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/repo/ai_model_convert.go b/routers/repo/ai_model_convert.go index d72815495..94b2d18c9 100644 --- a/routers/repo/ai_model_convert.go +++ b/routers/repo/ai_model_convert.go @@ -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 + "/"