|
@@ -132,7 +132,7 @@ public class ProjectDomainService {
|
|
|
String replace15 = replace14.replace("vtd-image", kubernetesConfiguration.getImageVtdNogpu());
|
|
|
finalYaml = replace15.replace("vtd-command", kubernetesConfiguration.getCommandVtdNogpu());
|
|
|
} else {
|
|
|
- throw new RuntimeException("createTempYaml() 是否使用 gpu:" + isChoiceGpu);
|
|
|
+ throw new RuntimeException("是否使用 gpu:" + isChoiceGpu);
|
|
|
}
|
|
|
} else if ("2".equals(modelType)) {
|
|
|
podString = FileUtil.read(new File(carsimPodTemplateYaml));
|