|
@@ -730,7 +730,7 @@ public class ProjectApplicationService {
|
|
|
}
|
|
|
algorithmMapper.updateDockerImportAndDockerImageById("1", dockerImage, algorithmId);
|
|
|
if (algorithmTarLinuxTempPath == null) {
|
|
|
- throw new RuntimeException("算法" + algorithmId + "下载失败。");
|
|
|
+ throw new RuntimeException("算法" + algorithmId + "下载失败!");
|
|
|
}
|
|
|
OsUtil.exec("docker import " + algorithmTarLinuxTempPath + " " + dockerImage);
|
|
|
OsUtil.exec("docker push " + dockerImage);
|