|  | @@ -110,19 +110,16 @@ public class DockerExe {
 | 
	
		
			
				|  |  |                  .withSource("/cephfs/mdo/")
 | 
	
		
			
				|  |  |                  .withTarget("/cephfs/mdo/")
 | 
	
		
			
				|  |  |                  .withReadOnly(false);
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |          Mount sitePackages = new Mount()
 | 
	
		
			
				|  |  |                  .withType(MountType.BIND)
 | 
	
		
			
				|  |  |                  .withSource("/home/xgd/site-packages/")
 | 
	
		
			
				|  |  |                  .withTarget("/opt/miniconda3/envs/surromdao/lib/python3.10/site-packages/")
 | 
	
		
			
				|  |  |                  .withReadOnly(false);
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |          Mount outMount = new Mount()
 | 
	
		
			
				|  |  |                  .withType(MountType.BIND)
 | 
	
		
			
				|  |  |                  .withSource("/cephfs/mdo/"+pid +"/out/")
 | 
	
		
			
				|  |  |                  .withTarget("/workspace/outdata/")
 | 
	
		
			
				|  |  |                  .withReadOnly(false);
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |          Mount runMount = new Mount()
 | 
	
		
			
				|  |  |                  .withType(MountType.BIND)
 | 
	
		
			
				|  |  |                  .withSource("/cephfs/mdo/"+pid +"/in/run.py")
 |