|
@@ -127,6 +127,7 @@ public class ProjectDomainService {
|
|
replace15 = replace14;
|
|
replace15 = replace14;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
if (DictConstants.USE_GPU.equals(isChoiceGpu)) {
|
|
if (DictConstants.USE_GPU.equals(isChoiceGpu)) {
|
|
String replace16 = replace15.replace("vtd-image", kubernetesConfiguration.getImageVtdGpu());
|
|
String replace16 = replace15.replace("vtd-image", kubernetesConfiguration.getImageVtdGpu());
|
|
finalYaml = replace16.replace("vtd-command", kubernetesConfiguration.getCommandVtdGpu());
|
|
finalYaml = replace16.replace("vtd-command", kubernetesConfiguration.getCommandVtdGpu());
|