huangxingxing 7 months ago
parent
commit
86f0092ee4

+ 2 - 2
src/main/java/com/miniframe/tools/docker/DockerExe.java

@@ -114,8 +114,8 @@ public class DockerExe {
 
         Mount outMount = new Mount()
                 .withType(MountType.BIND)
-                .withSource("/workspace/")
-                .withTarget("/cephfs/mdo/"+pid +"/out/")
+                .withSource("/cephfs/mdo/"+pid +"/out/")
+                .withTarget("/workspace/")
                 .withReadOnly(false);
 
         Mount runMount = new Mount()

+ 0 - 1
src/main/resources/templates/problem.ftl

@@ -126,7 +126,6 @@
        <#else>
         <pythonPath/>
        </#if>
-      <workflowPath/>
     </solver>
     </#list>
   </solvers>