|
|
|
@@ -725,7 +725,7 @@ public class ModelsServiceImpl implements ModelsService { |
|
|
|
|
|
|
|
if (Constant.Source_Hand_Export.equals(modelsVo.getModelSource())) { |
|
|
|
String bucketName = sourcePath.split("/")[0]; |
|
|
|
String root_path = sourcePath.split("/")[1]; |
|
|
|
String root_path = sourcePath.substring(bucketName.length() + 1); |
|
|
|
minioUtil.downloadFiles(bucketName, root_path, modelPath); |
|
|
|
|
|
|
|
HashMap<String, TrainTaskDepency> map = new HashMap<>(); |
|
|
|
|